cURL
curl --request GET \ --url https://api.crevio.co/v1/customers/{prefix_id} \ --header 'Authorization: <api-key>'
{ "id": 123, "email": "jsmith@example.com", "name": "<string>", "firstName": "<string>", "lastName": "<string>", "customerType": "lead", "prefixId": "<string>", "ordersCount": 123, "totalSpend": 123, "tags": [ { "id": 123, "name": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns a specific customer
API key in the format: Bearer {api_token}
The resource prefix ID
Customer details
lead
free
paid
Total spend in cents
Tags associated with the customer
Show child attributes
Was this page helpful?