Skip to main content
GET
/
api
/
v1
/
credentials
/
:id
Get Credential
curl --request GET \
  --url https://api.example.com/api/v1/credentials/:id

Path Parameters

id
integer
required
The credential ID.

Response

Returns the credential object.

Errors

StatusCause
404Credential not found