People
Create People
Create people
POST
/
api
/
ext
/
v1
/
people
You can also pass an optional parameter to specify how much credits/gifts to reward them
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
people
object[]
requiredcollectionId
string
requiredcompanyId
string
amount
number
shouldSendEmail
boolean
Response
200 - application/json
id
string
requiredfirstName
string
requiredlastName
string
requiredemail
string
required