Skip to main content

Unread notification count

GET 

https://core-prod.malipopay.co.tz/api/v1/notification/unread-count

Returns the count of unread notifications for the authenticated project.

Request

Query Parameters

    env string

    Environment filter (TEST or PROD)

Responses

Count returned successfully

Schema
    countinteger

    Number of unread notifications

    Example: 5

Authorization: apiToken

name: apiTokentype: apiKeyin: headerdescription: Project API key. Get yours from the Malipopay dashboard under Settings → API Keys.
curl -L 'https://core-prod.malipopay.co.tz/api/v1/notification/unread-count' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Request
Base URL
https://core-prod.malipopay.co.tz
Auth
Parameters
— query
Response

Click the Send API Request button above and see the response here!