Customers

Fetches the customers of a given date (Only allows the past dates). This API returns at max 100 records in one page

get/customer/list

Query parameters

datestring
Example:2026-03-23

Date for which customers should be fetched. Accepted format is YYYY-MM-DD. Only the past dates are allowed.

pageNonumber required

Requested Page number

processNamestring
Example:Default Proccess

Name of the proccess for which customers should be fetched.

dateType'created' | 'updated'
Example:created

Type of date to filter by. Either 'created' or 'updated'.

Response

If the auth token is valid.

Customer1list required— unresolved $ref

Changes