Application
Create Application
Create a new application.
post/api/v1/app
Query parameters
get_if_existsboolean
Get an existing application, or create a new one if doesn't exist. It's two separate functions in the libs.
Get an existing application, or create a new one if doesn't exist. It's two separate functions in the libs.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"name": "My first application",
"uid": "unique-identifier"
}Response
Example response
{
"id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"name": "My first application",
"uid": "unique-identifier"
}Changes
Changed in 1 of the 5 revisions of this API.3
- ●
removed the request property
rateLimitrequest-property-removed
- ●
removed the optional property
rateLimitfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
rateLimitfrom the response with the201statusresponse-optional-property-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●