privacy/requests

POST {{base_url}}/{{base_path}}/privacy/requests

Generated from a curl request:

curl -X POST '{{base url}}/{{base path}}/privacy/request' -H 'X-Joomla-Token: {{auth apikey}}' -H 'Content-Type: application/json' -d '{ email : test@example.org ,"request type : export"}'

Request Body

{"email"=>"test@example.org", "request_type"=>"export"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``