1 endpoint

Usage

Base path: /organizations/:orgId/usage · Source: backend/src/modules/usage/usage.controller.ts

GET/organizations/:orgId/usage/daily
bearer

Path params

orgIdstring

Query params

metricstring
sincestring

Ejemplo curl

curl -X GET 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/usage/daily' \
  -H 'Authorization: Bearer YOUR_TOKEN'