post
https://{url}/core/v1/partner/organizations
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Create a new Organization tied to the Partner (based on the API Key used).
The response includes an API key for the newly created organization, which can be used immediately to authenticate against the Organization API.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Organization name (must be unique within the partner, case-insensitive) |
| admin_contact_email | string | Yes | Admin contact email address |
| admin_contact_name | string | Yes | Admin contact full name |
| finance_contact_email | string | No | Finance contact email address (defaults to admin_contact_email) |
| finance_contact_name | string | No | Finance contact full name (defaults to admin_contact_name) |
Returned Data
| Name | Type | Description |
|---|---|---|
| id | string | Unique Organization ID |
| name | string | Organization display name |
| created_at | datetime | Creation timestamp (ISO 8601) |
| api_key | string | Organization API key for authenticating against the Organization API |
