cURL
curl --request POST \ --url http://localhost:3000/v2/ProcessingActivityLinkLegalBasis \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "activity": "<string>", "brief": "<string>", "request_metadata": {} } '
{ "status": "ok" }
Links a processing activity to a legal basis
API token for authentication
Unique identifier for the processing activity
Unique identifier for the legal basis
Additional metadata for the request
Processing activity linked to legal basis successfully
"ok"