List people in a collection
curl --request POST \ --url https://staging-api.covver.io/api/ext/v1/people/get \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "<string>" ], "companyId": "<string>", "collectionId": "<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>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object[].
object[]