cURL
App Keys
Create app key
Create a new app key for an app
POST
cURL
Authorizations
Admin API key (format: sk_admin_*) for organization-level operations
Body
application/json
Response
Create a new app key
Unique identifier for a App Key. Format: key_app_[test_]{ksuid}
Pattern:
^key_app_(?:test_)?[a-zA-Z0-9]{27}$Example:
"key_app_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
The app key (only shown once on creation)
Example:
"sk_live_app_1234567890abcdef"
Human-readable name
Example:
"My App Key"
Unique identifier for a App. Format: app_[test_]{ksuid}
Pattern:
^app_(?:test_)?[a-zA-Z0-9]{27}$Example:
"app_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
When the key was created
Example:
"2021-08-01T00:00:00Z"
When the key was last updated
Example:
"2021-08-01T00:00:00Z"