Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Body Parameters
Project name. Maximum 100 characters.
Short description of the project.
Longer description shown on the pricing page header.
Currency code for pricing (e.g.
"USD", "EUR", "GBP").Response
Returns the full project object with status201 Created.
Unique project ID
Project display name
Auto-generated URL-friendly identifier
Short project description
Pricing page header description
Public share identifier for the embed widget
Currency code
Whether the project is active (defaults to
true)ISO 8601 creation timestamp
ISO 8601 last-updated timestamp
Example
Errors
| Status | Description |
|---|---|
400 | Missing name or name exceeds 100 characters |
401 | Invalid or missing API key |
403 | API key does not have read_write permission |
