Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

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

Body

application/json

The customer to create

name
string
required

This will be truncated to 160 characters if the provided name is longer.

ingest_aliases
string[]

Aliases that can be used to refer to this customer in usage events

Maximum array length: 2000
Required string length: 1 - 128
external_id
string

(deprecated, use ingest_aliases instead) an alias that can be used to refer to this customer in usage events

Required string length: 1 - 128
customer_billing_provider_configurations
object[]
custom_fields
object

Custom fields to be added eg. { "key1": "value1", "key2": "value2" }

Response

Success

data
object
required