curl --request GET \ --url https://api.identety.dev/clients/{id} \ --header 'x-api-key: <api-key>'
{ "id": "uuid-123", "clientId": "client_abc123", "clientSecret": "secret_xyz789", "name": "My Client", "type": "public", "redirectUris": [ "https://example.com/callback" ], "allowedScopes": [ "openid", "profile" ], "allowedGrants": [ "authorization_code" ], "isActive": true, "settings": { "tokenEndpointAuthMethod": "client_secret_basic", "accessTokenTTL": 3600 } }
public
private
m2m