OAuth2 Clients
Get client by ID
Get a registered OAuth 2.0 client by unique client ID.
get/api/v2/oauth/clients/{clientId}
Path parameters
clientIdstring string required
The client ID
The client ID
Response
OAuth 2.0 client response
Example response
{
"_links": {
"parent": {
"href": "/api/v2/oauth/clients",
"type": "application/json"
},
"self": {
"href": "/api/v2/oauth/clients/50666563-9144-4125-b822-33f308227e45",
"type": "application/json"
}
}
}