List Customers
A list of all customers may be obtained using this endpoint. For emphasis on specific results, you can add filters based on customer's group id and other variables.
Endpoint
GET
https://app.xtrakit.com/api/v1/customers
Headers
Authorization: Bearer API_KEY
Query Parameters
Parameters
Type
Description
customer_group_id
int
Optional
Filters customers by the group to which this customer belongs.
created_at
datetime
Optional
Start date for filtering customers records.
(format: YYYY-MM-DD H:m:s)
updated_at
date
Optional
End date for filtering customers records.
(format: YYYY-MM-DD)
Sample Requests
Sample Response
Last updated