List user secrets
GET/user/:user_id/secrets
Get secrets client owns.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful response, returns an array of secrets, returns an empty array if no secrets found
Bad request error response
Unauthorized request error response; OAuth2 authorization missing or invalid
Forbidden error response; OAuth2 authorization OK but scope insufficient
Internal server error response