curl --request GET \
--url http://api/v1/projects/{projectUuid}/user-credentials{
"results": {
"credentials": {
"user": "<string>",
"type": "postgres"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
},
"status": "ok"
}curl --request GET \
--url http://api/v1/projects/{projectUuid}/user-credentials{
"results": {
"credentials": {
"user": "<string>",
"type": "postgres"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
},
"status": "ok"
}Was this page helpful?