4 endpoints
Webhooks (outbound)
Base path: /organizations/:orgId/webhooks-outbound · Source: backend/src/modules/webhooks-outbound/webhooks-outbound.controller.ts
/organizations/:orgId/webhooks-outbound bearer
Path params
| orgId | string |
Ejemplo curl
curl -X GET 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/webhooks-outbound' \ -H 'Authorization: Bearer YOUR_TOKEN'
/organizations/:orgId/webhooks-outbound bearer
Path params
| orgId | string |
Body
CreateOutboundDtoparámetro: dtoEjemplo curl
curl -X POST 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/webhooks-outbound' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{}'/organizations/:orgId/webhooks-outbound/:id bearer
Path params
| orgId | string |
| id | string |
Ejemplo curl
curl -X DELETE 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/webhooks-outbound/00000000-0000-0000-0000-000000000000' \ -H 'Authorization: Bearer YOUR_TOKEN'
/organizations/:orgId/webhooks-outbound/:id/deliveries bearer
Path params
| orgId | string |
| id | string |
Ejemplo curl
curl -X GET 'https://api.mosend.dev/organizations/a1b2c3d4-1234-5678-9abc-def012345678/webhooks-outbound/00000000-0000-0000-0000-000000000000/deliveries' \ -H 'Authorization: Bearer YOUR_TOKEN'