Last updated 3 months ago
/v0/customers
Token for authentication
curl -L \ --url 'https://api.alignlabs.dev/v0/customers' \ --header 'Authorization: text'
{ "items": [ { "customer_id": "123e4567-e89b-12d3-a456-426614174000", "email": "hello@example.com", "company_name": "text", "first_name": "text", "last_name": "text" } ] }