v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBApplication OAuth Clients
This endpoint allows you to retrieve a specific OAuth client.
get/applications/{applicationId}/oauthClients/{clientId}
Response
OK
Example response
{
"id": "e005968e714911eda1eb0242ac120002",
"secret": "NnjRRTOYAlGpqedN65OLf4sPMFH8kGbG",
"name": "client-name",
"type": "confidential",
"redirectUris": [
"https://google.co.in/",
"https://google.nl/"
],
"loginUris": [
"https://sample.com/login",
"https://sample.nl/login"
],
"authorizationType": "user",
"scopes": [
"vms.all"
]
}