Create a customer

Creates a customer profile for the authenticated customer source. Add a subscription separately unless your integration uses a combined onboarding flow.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
customerobjectRequired
subscriptionobjectOptional
Optionally activate a subscription in the same call.

Response

Successful.
messagestring
customerobject

A customer profile. Read responses include the request profile fields plus the server-managed fields below.

Errors

400
Bad Request Error
401
Unauthorized Error