listNotifications
GET
/api/notifications/
FCM/Notification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/notifications/'
Response Response Example
200 - Example 1
{
"next": "http://api.example.org/accounts/?cursor=cD00ODY%3D\"",
"previous": "http://api.example.org/accounts/?cursor=cj0xJnA9NDg3",
"results": [
{
"id": 0,
"notification_type": "product_ordered",
"title": "string",
"message_body": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
}
Request
Query Params
cursor
string
optional
page_size
integer
optional