Read a dynamically registered client.
GET
/clients/{client_id}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/clients/example \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” client_id
required
string
Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
key
additional properties
Example generated
{ "additionalProperty": "example"}OAuth error response.
Media type application/json
object
error
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "error_description": "example"}