Didomi · Arazzo Workflow
Didomi Upload and Verify a Consent Proof
Version 1.0.0
Upload a file as proof of consent for an organization and read it back to verify storage.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
upload-consent-proof
Upload a consent proof file for an organization and read it back by ID.
Uploads a base64-encoded data URI as proof of consent for the organization and then retrieves the created proof by its ID to confirm it was stored.
1
uploadProof
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1proofs/post
Upload the base64-encoded file to serve as proof of consent for the organization. The file field is required by the ConsentProof input schema.
2
getProof
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1proofs~1{id}/get
Retrieve the uploaded proof by its ID, scoped to the same organization, to verify that it was persisted.