Create Organization
POST
/api/organizations
organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/organizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Acme Corp",
"website": "https://www.acmecorp.com",
"country": "US",
"state": "CA",
"city": "San Francisco",
"addressLine1": "123 Main St",
"addressLine2": "Apt 100",
"zipCode": 94101,
"externalId": "acme_corp_external_id_string"
}'
Response Response Example
{
"id": "organization_uuid_string"
}
Request
Body Params application/json