v1
latestOpenAPI 3.1.02026-07-247328324.6 KBAPI authentication
Create a reset secret
post/oauth/register/{id}/reset-secret
Path parameters
idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
Headers
IdempotencyKeystring
A unique key per operation, could be V4 UUID or other high‑entropy random string. Keys can be up to 255 characters. See Idempotent Requests.
Example:978771af-77de-4e24-ba39-f602502ceb78
A unique key per operation, could be V4 UUID or other high‑entropy random string. Keys can be up to 255 characters. See Idempotent Requests.
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"
}