Purposes
Create a purpose
POST https://api.didomi.io/metadata/purposes?organization_id=YOUR_ORG_ID
{
"description": "String",
"details": "String",
"reference": "String",
"organization_id": "string",
"namespaces": {
"iab": "string",
"iab2": "string",
"didomi": "string",
"custom": "string"
},
"metadata": {},
}Create a purpose with translations
Fetch purposes
Fetch all purposes
Fetch a purpose
Update a purpose
Delete a purpose
Last updated