Last updated 5 months ago
Token for authentication
GET /v0/customers HTTP/1.1 Host: api.getfractal.xyz Authorization: text Accept: */*
Successful retrieval of customers data
{ "items": [ { "customer_id": "123e4567-e89b-12d3-a456-426614174000", "email": "name@gmail.com", "company_name": "text", "first_name": "text", "last_name": "text" } ] }