v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Client

Gets the details of a specific client.

get/client/{clientId}

Path parameters

clientIdstring required

The id of the client to retrieve.

Response

OK

client_idstring required
client_secretstring nullable required
client_id_issued_atinteger nullable required
client_secret_expires_atinteger nullable required
client_namestring nullable required
client_uristring nullable required
logo_uristring nullable required
scopestring nullable required

String containing a space-separated list of scope values that the client can use when requesting access tokens.

contactsstring[] nullable required

Array of strings representing ways to contact people responsible for this client, typically email addresses.

tos_uristring nullable required
policy_uristring nullable required
jwks_uristring nullable required