Notification Logs

Get All Notification Logs

GET /notifications/logs

Query Paramaters

Name
Type
Description

per_page

Integer

Parameter for filtering limit data per page

page

Integer

Parameter for filtering based on which page

order

String

options: ASC or DESC

Headers

Name
Type
Description

Client-Key*

String

Your client key

Authorization*

String

Bearer Token

{
    "data": [
        {
            "id": 1,
            "title": "Test Custom",
            "content": "Test Content Custom",
            "route": "/custom/detail/test-custom",
            "read_at": "2024-06-20 10:16:31",
            "created_at": "2024-06-14T02:50:03.000000Z",
            "icon": "https://minio-s3.dev.embrio.id/munio/media"
        }
    ],
    "meta": {
        "pagination": {
            "total": 1,
            "count": 1,
            "per_page": 10,
            "current_page": 1,
            "total_pages": 1,
            "links": {}
        }
    }
}

Update Read At Log

PUT /notifications/logs/{id}

Headers

Name
Type
Description

Client-Key*

String

Your client key

Authorization*

String

Bearer Token

Last updated