Create a new organization with an owner. This is the recommended way to onboard new customers - create the organization first, then add additional users and locations as needed.
POST
/
organizations
Create Organization
Copy
curl --request POST \ --url https://playground.answeringagent.com/api/v1/organizations \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "name": "Acme Corporation", "owner": { "external_id": "user_123", "email": "[email protected]", "name": "John Doe" }, "description": "A technology company specializing in innovative solutions"}'