Fetch a client credential by ID for the current user
GET/users/current/client-credentials/:id
Returns a single client credential owned by the current user.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Client credential found
Bad request error response
Unauthorized request error response; OAuth2 authorization missing or invalid
Resource not found error response
Internal server error response