Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

person_id
string
required

The ID of the person.

Query Parameters

account_id
string

The ID of the account, which will look like biz_*************. Optional for account API keys; required for credentials that can access multiple accounts.

from
string<date-time>

Start of the time range as an ISO 8601 timestamp.

to
string<date-time>

End of the time range as an ISO 8601 timestamp. Defaults to now.

Response

person retrieved

data
object
required