Retrieves shared credential by ID
GET/v1/credentials/:id
Retrieves the credential matching with provided id.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
The retrieved credential.
Bad request.
Unauthorized. Missing or invalid credentials.
Forbidden. The user does not have the permission to do this action.
Not found. The resource was not found.
Internal Server Error.