OrganizationNotification Configuration

Get All

GET
Retrieve all notification configurations

Response

This endpoint returns a list of unions
Invoice
GET
1curl https://api.mercoa.com/organization/notification-configurations \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1[
2 {
3 "notificationType": "invoice",
4 "type": "INVOICE_APPROVAL_NEEDED",
5 "url": "string"
6 }
7]