curl --request POST \
  --url https://api.useautumn.com/v1/customers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "fingerprint": "<string>"
}'
This endpoint is optional. Customers can be also be created by passing in customer_data in the attach, entitled or events endpoints.

Authorizations

Authorization
string
header
required

Your secret key must be used as the Bearer token for this endpoint.

Body

application/json
Customer to create
id
string
required

Your unique identifier for the customer

name
string

Name of the customer

email
string

Email of the customer

fingerprint
string

Unique fingerprint of the customer, used to prevent free trial abuse (eg serial_number, device_id, etc)