cURL
Apps
Create app
Create a new app in the organization
POST
cURL
Authorizations
Admin API key (format: sk_admin_*) for organization-level operations
Body
application/json
Response
Create a new app
Unique identifier for a App. Format: app_[test_]{ksuid}
Pattern:
^app_(?:test_)?[a-zA-Z0-9]{27}$Example:
"app_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
App slug identifier
Example:
"my-app"
Human-readable name of the app
Example:
"My App"
App status
Available options:
active, billing_paused Example:
"active"
When the app was created
Example:
"2021-08-01T00:00:00Z"
When the app was last updated
Example:
"2021-08-01T00:00:00Z"