Notifications
Notificationslink
GET
/v1/notificationsGet Notifications
lock
Requires Bearer token authentication.
Responses
Successful response
nullboltTry it
env
GET
https://api.example.com/v1/v1/notificationsCode samples
curl -X GET 'https://api.example.com/v1/v1/notifications'PATCH
/v1/notifications/123/readMark Notification Read
lock
Requires Bearer token authentication.
Responses
Successful response
nullboltTry it
env
PATCH
https://api.example.com/v1/v1/notifications/123/readRequest body
Code samples
curl -X PATCH 'https://api.example.com/v1/v1/notifications/123/read'