GET/v1/usage

getUsage

Get plan usage. The workspace's effective plan tier and every plan meter's consumption for the current period — including `api_requests`, the meter every /v1 call consumes.

Required scope:analytics:read

Responses

Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.

Example

curl https://app.usepostify.com/v1/usage \
  -H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"