v1

latestOpenAPI 3.1.02026-07-14460151.1 KB

Create Organization

Create an organization

post/v2/organizations

Request body

namestring required

Name of the organization

external_idstring required

A unique identifier from an external system used to map this organization to its corresponding record outside our platform.

Response

201

Example response

{
  "data": {
    "id": 5,
    "external_id": "112100",
    "name": "Corporate Merch Inc",
    "created_at": "2026-01-30T10:02:08-05:00"
  }
}