Fetch an API client's client credential secret by ID
GET/users/:user_id/client-credentials/:id/secret
Returns a single client credential secret owned by an API client. Note that this endpoint cannot be used for retrieving normal user's client credential secrets. Access requires either api-clients-manage or privx-admin permission.
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