Quotas
Integrations quotas
ID
Default value
Description
View your organization quotas
curl -H "Authorization: Bearer <token>" https://api.didomi.io/v1/quotas?organization_id=<YOUR_ORGANIZATION_ID>{
"data": [
{
"exports_configs": 3,
"exports_destinations": 2,
"id": "...",
"organization_id": "...",
"created_at": "...",
"updated_at": "...",
"version": 0
}
],
"total": 1,
"limit": 100,
"skip": 0
}Request a quota increase
Last updated