POST
/
api
/
ext
/
v1
/
people
/
get

Authorizations

Authorization
string
headerrequired

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

Body

application/json
emails
string[]

Emails of people to get. Leave empty to ignore

companyId
string
collectionId
string
required

Response

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