2 endpoints
Wallet
Base path: /organizations/:orgId/wallet · Source: backend/src/modules/wallet/wallet.controller.ts
/organizations/:orgId/wallet bearer
Path params
| orgId | string |
Ejemplo curl
curl -X GET 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/wallet' \ -H 'Authorization: Bearer YOUR_TOKEN'
/organizations/:orgId/wallet/transactions bearer
Path params
| orgId | string |
Query params
| limit | string |
| cursor | string |
Ejemplo curl
curl -X GET 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/wallet/transactions' \ -H 'Authorization: Bearer YOUR_TOKEN'