In this section
On this page
Create a new application
POST /api/v1/applicationsRegister a new OAuth application to obtain client credentials. Returns the client_id, client_secret, and expiry timestamp needed to initiate the OAuth 2.0 flow.
Request Body
Content-Type: application/json
Schema: object
| Field | Type | Required | Description |
|---|---|---|---|
application |
application_input |
yes |
Responses
201
app created
Schema: object
| Field | Type | Required | Description |
|---|---|---|---|
client_id |
string | no | |
client_secret |
string | no | |
client_secret_expires_at |
integer | no |
422
invalid request
Schema: errors
errors
| Field | Type | Required | Description |
|---|---|---|---|
errors |
object | yes |
