List of All Notification

GET {{baseUrl}}/{{version}}/notifications

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT Token

RESPONSES

status: OK

{"error":false,"code":200,"message":"List of all the notifications.","response":{"current_page":1,"data":[],"first_page_url":"http://localhost:8000/v1/notifications?page=1","from":null,"last_page":1,"last_page_url":"http://localhost:8000/v1/notifications?page=1","links":[{"url":null,"label":"pagination.previous","active":false},{"url":"http://localhost:8000/v1/notifications?page=1","label":"1","active":true},{"url":null,"label":"pagination.next","active":false}],"next_page_url":null,"path":"http://localhost:8000/v1/notifications","per_page":20,"prev_page_url":null,"to":null,"total":0}}