Create a customer
Adds a customer to the calling org. name is the only required field; slug must be unique within the org and shows up in human-facing URLs.
Authentication
AuthorizationBearer
Send your key in the Authorization header. Keys start with
pivotal_ (production) or pivotal_test_ (test mode, no side
effects on integrations). Rotate keys from
/admin/api-keys — old keys 401 instantly when revoked.
Request
This endpoint expects an object.
name
slug
domain
status
plan
mrr
monthly_orders
hubspot_company_id
hubspot_deal_id
stripe_customer_id
intercom_company_id
slack_channel_id
Response
Created
object
id
display_id
name
slug
domain
status
plan
mrr
Monthly recurring revenue in cents.
monthly_orders
hubspot_company_id
hubspot_deal_id
stripe_customer_id
intercom_company_id
slack_channel_id
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
409
Conflict Error