tenants
Lists an Oauth-clients with specified Tenant Id
You need tenants.oauth_clients.get permission to access this resource
get/tenants/{tenant_id}/oauth-clients
Path parameters
tenant_idstring required
Tenant identifier
Query parameters
filter[component]string[]
Filter by Component Id
[ "component_id" ]
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"
}
}
}
]
}