get https://api.portal.saymine.com/api/public-v1/privacy-rights
Log in to see full request history
Responses
401Unauthorized
401Unauthorized
xxxxxxxxxx
curl --request GET \
--url https://api.portal.saymine.com/api/public-v1/privacy-rights \
--header 'accept: application/json'
xxxxxxxxxx
12{
"privacyRights": [
{
"id": "string",
"rightProcessingType": "string",
"enabled": true,
"deleted": true,
"displayName": "string",
"description": "string"
}
]
}