put https://api.rallyuxr.com/api/public/v1/people//opted-out
Pass either the person ID or email to update the opted out status
Log in to see full request history
Responses
Pass either the person ID or email to update the opted out status
xxxxxxxxxx
curl --request PUT \
--url https://api.rallyuxr.com/api/public/v1/people/personIdOrEmail/opted-out \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"isOptedOut":true}'
Try It!
to start a request and see the response here! Or choose an example: