Skip to main content
GET
/
api
/
notifications
List notifications
curl --request GET \
  --url https://my.momanic.com/api/notifications \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x >= 1
pageSize
integer
default:10
Required range: 1 <= x <= 100

Response

200

Notifications