API get notifications

1: Notifications

Base URL (develop enviroment) :

ENDPOINT: /notifications

METHOD: GET

PARAMETERS:

{
    page: 1
}

HEADER:

{
    X-Port-Type:PUB,
    Authorization: Bear {access_token}
}

BODY: NONE

RESPONSE:

1.Status: Error

{
    "status": "fail",
    "message": "some thing went wrong!"
}

1.Status: Success

2. Notification detail

Base URL (develop enviroment) :

ENDPOINT: /notification/{notification_id}

METHOD: POST

PARAMETERS: NONE

HEADER:

BODY: NONE

RESPONSE:

1.Status: Error

1.Status: Success

Last updated

Was this helpful?