cURL
curl --request POST \ --url https://staging-api.covver.io/api/ext/v1/people/get \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "collectionId": "<string>", "emails": [ "<string>" ], "companyId": "<string>" } '
[ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "balance": 123, "birthDate": "2023-11-07T05:31:56Z", "startDate": "2023-11-07T05:31:56Z", "externalId": "<string>" } ]
List people in a collection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Emails of people to get. Leave empty to ignore
Default Response
ISO 8601 date-time, e.g. 2025-07-10T07:24:53.486Z