cURL
curl --request GET \ --url https://api.wapikit.com/api/user/notifications
{ "unreadCount": 123, "notifications": [ { "uniqueId": "<string>", "title": "<string>", "description": "<string>", "type": "<string>", "ctaUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "read": true, "organizationId": "<string>" } ], "paginationMeta": { "page": 123, "per_page": 123, "total": 123 } }
returns all notifications
number of records to skip
max number of records to return per page
sorting order
asc
desc
notifications list
The response is of type object.
object
Was this page helpful?