v1
latestOpenAPI 3.1.02026-07-247328324.6 KBAPI authentication
Retrieve a register
get/oauth/register/{id}
Path parameters
idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
Response
Successful operation
Example response
{
"redirect_uris": [
"https://www.acme.com"
],
"client_uri": "https://www.acme.com",
"logo_uri": "https://www.acme.com",
"contacts": [
"email@domain.com"
],
"tos_uri": "https://www.acme.com",
"policy_uri": "https://www.acme.com",
"jwks_uri": "https://www.acme.com",
"jwks": {
"key": "value"
},
"client_id_issued_at": 42,
"client_secret_expires_at": 42,
"registration_client_uri": "https://www.acme.com"
}