cURL
API Reference
Post oauthapps
POST
cURL
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
application/json
Register a new third-party OAuth app
Public identifier the third-party app uses in /authorize URLs
Required string length:
3 - 64Pattern:
^[a-z0-9_-]+$Display name shown on the consent screen
Required string length:
1 - 120Exact-match URIs the consent flow will redirect to. Native CLIs use http://localhost:* or http://127.0.0.1:*.
Required array length:
1 - 20 elementsScope strings the app may request on /authorize
Minimum array length:
1Maximum string length:
500Org that registered the app — defaults to the calling master key's org
