Organizations

Get organization usage

Returns usage statistics for the current organization over the selected reporting period.

GET
/v1/organizations/usage

Returns usage statistics for the current organization over the selected reporting period.

x-api-key<token>

In: header

Query Parameters

period?|null

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/organizations/usage"
{  "usage": {    "periodStart": "string",    "periodEnd": "string",    "emailCount": 0,    "totalMessages": 0  },  "billing": {    "currency": "string",    "includedEmails": 0,    "usedEmails": 0,    "overageEmails": 0,    "overageCost": 0  }}