POST
/
api
/
ext
/
v1
/
people
/
get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
collectionId
string
required
companyId
string
emails
string[]

Emails of people to get. Leave empty to ignore

Response

200 - application/json
balance
number
required
email
string
required
firstName
string
required
id
string
required
lastName
string
required
birthDate
string | null
externalId
string | null
startDate
string | null