Last updated 1 day ago
This API will be used to get all notifications of your TexAu account
The page No
0
The Page Size
10
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
GET /api/v1/public/notifications HTTP/1.1 Host: Authorization: Bearer JWT X-TexAu-Context: text Accept: */*
All notification fetched successfully
{ "success": true, "message": "All notification fetched successfully", "total": 1, "data": [ { "id": "The notification ID", "message": "The notification message", "notificationType": "The notification type", "workflowId": "The workflow ID", "workflowExecutionId": "The workflow execution ID" } ] }