GET
/
api
/
v1
/
organizations
/
{organizationId}
/
api-limits
Get organization API limits and usage
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
    }
  }
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

organizationId
string
required

Response

200
application/json

Default Response

The response is of type object.