Configure a batch export
Tutorial for configuring a batch export integration.
Introduction
Configure a batch export
AWS S3
POST https://api.didomi.io/v1/marketplace/integrations?organization_id=YOUR_ORG_ID
BODY
{
"type_id": "batch-exports-s3",
"authentication": {
"account_id": "0000000000"
},
"properties": {
"frequency": 1,
"data": ["users"]
},
"mappings": []
}GCP storage
Last updated