cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/properties/{propertyId} \ --header 'Authorization: Bearer <token>'
{ "propertyId": "<string>", "name": "<string>", "propertyType": "SINGLE_SELECT", "propertyOptions": [ { "propertyOptionId": "<string>", "name": "<string>", "color": "GREY", "order": "1" } ], "isUnique": true, "isPHI": true, "isPII": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The person property
An individual person property