Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.atlas.co/functions/v1/customers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "name": "<string>", "phone": "<string>", "description": "<string>", "billing_address": { "line1": "<string>", "line2": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country": "<string>" }, "shipping_address": { "line1": "<string>", "line2": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country": "<string>" }, "tax_exempt": true, "tax_ids": [ { "type": "<string>", "value": "<string>" } ], "metadata": {} } '
{ "id": "<string>", "object": "customer", "email": "<string>", "name": "<string>", "phone": "<string>", "description": "<string>", "billing_address": { "line1": "<string>", "line2": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country": "<string>" }, "shipping_address": { "line1": "<string>", "line2": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country": "<string>" }, "default_payment_method": "<string>", "tax_exempt": true, "tax_ids": [ { "type": "<string>", "value": "<string>" } ], "metadata": {}, "created": 123 }
API key (sk_test_* or sk_live_*)
Show child attributes
Customer created
customer