Herald
OpenapiClient

Get a specific client app by ID

Retrieves the details of a specific OAuth client application.

GET
/api/client/{realmId}/{clientAppId}

Retrieves the details of a specific OAuth client application.

Path Parameters

realmId*string

Realm ID

clientAppId*string

client app UUID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/client/string/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "allowedOrigins": [    "string"  ],  "browserRefreshAbsoluteTtlSeconds": 0,  "clientId": "my-web-app",  "clientSecret": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",  "description": "Internal admin dashboard for organization management",  "deviceCodeGrantEnabled": true,  "emailVerifyReturnUrl": "string",  "enabled": "true",  "iconUrl": "https://example.com/logo.png",  "id": "01234567-89ab-cdef-0123-456789abcdef",  "isFirstParty": true,  "name": "My Web Application",  "passwordResetReturnUrl": "string",  "realmId": "my-realm",  "redirectUris": [    "https://example.com/callback",    "http://localhost:3000/auth/callback"  ],  "turnstileEnabled": true,  "turnstileSiteKey": "string"}
{  "code": "string",  "details": null,  "message": "string",  "requestId": "string",  "status": 0}
{  "code": "string",  "details": null,  "message": "string",  "requestId": "string",  "status": 0}