OAuth2
Get OAuth2 client
Returns the OAuth2 client information for the given client ID
get/v2/auth/oauth2/clients/{clientId}
Path parameters
clientIdstring required
Response
Example response
{
"status": "success",
"data": {
"client_id": "clxxxxxxxxxxxxxxxx",
"redirect_uris": [
"https://example.com/callback"
],
"name": "My App",
"client_type": "CONFIDENTIAL"
}
}Changes
Changed in 3 of the 50 revisions of this API.22
- ▲
removed the required property
data/redirect_urifrom the response with the200statusresponse-required-property-removed
- ○
added the required property
data/redirect_uristo the response with the200statusresponse-required-property-added
This revision also has 197 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲