Rekamedika Docs
OAuth2 OIDC

GET /oauth2/client/:id

GET
/api/auth/oauth2/client/{id}

Get OAuth2 client details

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/api/auth/oauth2/client/string"
{  "clientId": "string",  "name": "string",  "icon": "string"}

Is this page helpful?