v1

latestOpenAPI 3.1.02026-07-1314020.1 KB
OAuth

Dynamic Client Registration (RFC 7591)

Register a new OAuth client. Returns client_id, registration_access_token (also exposed as client_secret), and the registered metadata.

post/oauth/register

Request body

client_namestring required
redirect_urisstring[] required
scopestring nullable
application_type'web' | 'native'
client_uristring uri nullable
logo_uristring uri nullable
tos_uristring uri nullable
policy_uristring uri nullable
contactsstring[] nullable
software_idstring nullable
software_versionstring nullable

Response

Default Response

client_idstring required
client_namestring required
redirect_urisstring[] required
application_typestring required
client_uristring nullable
logo_uristring nullable
tos_uristring nullable
policy_uristring nullable
contactsstring[] nullable
software_idstring nullable
software_versionstring nullable
client_id_issued_atnumber required
registration_access_tokenstring required
client_secretstring required
registration_client_uristring nullable