Create a new customer
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>" }'
customer_data
Your secret key must be used as the Bearer token for this endpoint.
Your unique identifier for the customer
Name of the customer
Email of the customer
Unique fingerprint of the customer, used to prevent free trial abuse (eg serial_number, device_id, etc)