Get current quotation for a certain organization.
You can check the quotation before sending a create campaign request.
Request
Add parameter in header X-API-KEY
Example:X-API-KEY: ********************
Request Code Samples
curl --location --request GET 'https://api.withdipp.com/brand-api/resource/organization//current_quota' \
--header 'X-API-KEY: <api-key>'
Responses
{
"period_start": "2024-03-03T00:00:01Z",
"period_end": "2024-03-03T00:00:01Z",
"current_used": 18,
"current_render_balance": 50
}
Modified at 2025-08-29 07:22:38