Skip to main content
POST
Create an OAuth app

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Body

application/json
client_name
string | null
grant_types
string[] | null
redirect_uris
string[]
response_types
string[] | null
scope
string | null

Space-delimited capability scopes the client may request.

token_endpoint_auth_method
string | null

Response

The created app (secret + registration token shown once)

client_id
string
required
client_type
string
required
name
string
required
redirect_uris
string[]
required
registration_access_token
string
required

The RFC 7592 management bearer; shown ONCE.

scopes
string[]
required
client_secret
string | null

Present only for confidential clients; shown ONCE, never retrievable.