Enterprise| Parameter | Default | Description |
|---|---|---|
| page | 1 | |
| per_page | 100 | |
| only_active | false | Only active customers return |
| updated_at | 0 | This value when zero returns all customers. Format unix time. |
curl --location 'https://api.simpra.app/customers?page=undefined&per_page=undefined&only_active=undefined&updated_at=undefined' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'