curl --request GET \
--url https://api.drip.re/api/v1/organizations/{organizationId}/api-limits \
--header 'Authorization: Bearer <token>'
{
"limits": null,
"usage": {
"currentMonthRequests": 123,
"currentMonthUnits": 123,
"percentageUsed": {
"requests": 123,
"units": 123
}
}
}
Get API limits configuration and current usage for an organization
curl --request GET \
--url https://api.drip.re/api/v1/organizations/{organizationId}/api-limits \
--header 'Authorization: Bearer <token>'
{
"limits": null,
"usage": {
"currentMonthRequests": 123,
"currentMonthUnits": 123,
"percentageUsed": {
"requests": 123,
"units": 123
}
}
}
API Key
Default Response
The response is of type object
.
Was this page helpful?