limit
number
50
page
1
search
string
cmr-x-api-key: ********************
curl --location --request GET 'https://customers.coldmailreseller.com/api/v1/integration/users/list' \ --header 'cmr-x-api-key: <api-key>'
{ "status": 200, "message": "Users", "data": { "users": [ { "firstName": "john", "lastName": "doe", "email": "john@company.com", "id": "GFGSDBFNH498ZNARTF3YJRRED2D" }, { "firstName": "jean", "lastName": "doe", "email": "jean@company.com", "id": "FDFDAHGFGSDBFNH498ZNARTSRED2D" }, { "firstName": "michael", "lastName": "jones", "email": "jones@company.com", "id": "GAD34YBFNH498ZNARTF3YJRRED2D" } ], "pagination": { "totalSearchedCount": 3, "currentPage": 1, "nextPage": 2, "totalPages": 1 } } }