Applications Endpoints¶
This API reference is organized by resource type and endpoint. Each resource type has one or more data representations and one or more methods.
Applications¶
| Method | HTTP Request | Description |
|---|---|---|
| create | POST /v2/applications | Create an application. |
| delete | DELETE /v2/applications/{CLIENT_ID} | Delete an application. |
| get | GET /v2/applications/{CLIENT_ID} | Retrieve metadata about an application. |
| secret | GET /v2/applications/{CLIENT_ID}/secret | Retrieve an application's secret key. |