Last updated 1 year ago
This API will be used to get all notifications of your TexAu account
/api/v1/public/notifications
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
curl -L \ --url '/api/v1/public/notifications' \ --header 'Authorization: Bearer JWT' \ --header 'X-TexAu-Context: text'
{ "success": true, "message": "text", "total": 1, "data": [ "text" ] }