latestOpenAPI 3.1.02026-08-1182263351.1 KB

f8025de20169

Clients

Create client

Create a new OAuth2 client.

Returns 201 with a JSON:API resource object including the one-time client_secret in the attributes. The secret is never retrievable after this response.

Required OAuth scope: clients:write

post/v2/clients/

Request body

namestring required
descriptionstring nullable
scope_codenamesstring[]
scope_presetstring nullable
ip_allowliststring[]

Response

Created

object required