GET
/
person
curl --request GET \
  --url https://api.rallyuxr.com/api/public/v1/person \
  --header 'Authorization: Bearer <token>'
{
  "email": "jsmith@example.com",
  "optedOut": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

email
string
required

A valid email address such as dev@rallyuxr.com

Response

200
application/json
Successfully retrieved the person in the workspace.
email
string
required
optedOut
boolean
required