Notifications
Get all unread notifications
This API will be used to get all notifications of your TexAu account
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberOptionalExample:
The page No
0limitnumber · min: 1 · max: 50OptionalExample:
The Page Size
10Header parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
All notification fetched successfully
application/json
401
Unauthorized access
403
Your plan does not have API access
422
Requested workspace does not belongs to you
500
Error in fetching all notifications
get
/api/v1/public/notificationsLast updated