2 endpoints

Invoices

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

GET/organizations/:orgId/invoices
bearer

Path params

orgIdstring

Ejemplo curl

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

Path params

orgIdstring
idstring

Ejemplo curl

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