Create Organization With Defaults
POST
/api/organizations/createWithDefaults
organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/organizations/createWithDefaults' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Acme Corp",
"externalId": "acme_corp_external_id_string"
}'
Response Response Example
{
"id": "organization_uuid_string"
}
Request
Body Params application/json