EntityUserNotifications

Get

GET

Path parameters

entityIdstringRequired
userIdstringRequired
notificationIdstringRequired

Response

This endpoint returns an object
id
string
type
enum
createdAt
datetime
invoiceId
stringOptional
The invoice ID that this notification is related to. This field is only present for notifications related to invoices.
GET
1curl https://api.mercoa.com/entity/:entityId/user/:userId/notification/:notificationId \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1{
2 "id": "string",
3 "type": "INVOICE_APPROVAL_NEEDED",
4 "createdAt": "2023-01-01T00:00:00Z",
5 "invoiceId": "string"
6}