Person
Returns a person in your workspace
Returns a person by email if they exist. Deprecated, use GET /people/{personId}/opted-out
instead to get their status
GET
/
person
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
email
string
requiredA valid email address such as dev@rallyuxr.com
Response
200 - application/json
email
string
requiredoptedOut
boolean
required