Pass your API key as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEYSet the VOKER_API_KEY environment variable in your application to keep your key out of source code.Get Person
GET/api/v1/people/{person_id}
Path parameters
The unique identifier of the person.
200 - Successful response
200 - Successful response
404 - Not found
404 - Not found
Create Person
PUT/api/v1/people
Request body
A unique identifier for the person.
Arbitrary key-value properties to attach to the person at creation time.
Update Person
PUT/api/v1/people/{person_id}
Path parameters
The unique identifier of the person to update.
The properties to set on the person. This replaces the existing properties object.