tenants
Returns an Oauth-client based on the specified Tenant Id and Oauth-client Id
You need tenants.oauth_clients.get permission to access this resource
get/tenants/{tenant_id}/oauth-clients/{oauth-client_id}
Path parameters
tenant_idstring required
Tenant identifier
oauth-client_idstring required
Oauth-client identifier
Response
OK
Example response
{
"data": {
"id": "5b4f337bff4304610483ba67",
"attributes": {
"client_id": "4MVG1y6x0765HlefbXXkBfrJ4txm0m5Sb6NZlVBFmNfzNQWy7raJ0_nKanW4SgaOj7EJMII_HLPs4mbB0JxE4",
"client_secret": "9706536923706843944"
},
"relationships": {
"component": {
"data": {
"id": "5b4f337bff4304610483ba67"
}
},
"links": {
"self": "/v2/components/5b4f337bff4304610483ba67"
}
}
}
}