Notifications

GET https://castleindia.in/emart/public /api/login

Headers

Name
Type
Description

secret

String

application/json

Bearer Token

String

{
    "notifications": [
        {
            "id": "365c311a-b0bd-4ff7-b93f-d2b8701600e0",
            "type": "App\\Notifications\\AdminOrder",
            "notifiable_type": "App\\User",
            "notifiable_id": "1",
            "data": {
                "id": "WordPress Theme Development",
                "image": "woman-working-from-home-laptop (1).jpg",
                "data": "User Enrolled in WordPress Theme Development(order ID #00000001)",
                "url": null
            },
            "read_at": null,
            "created_at": "2022-12-16T18:25:17.000000Z",
            "updated_at": "2022-12-16T18:25:17.000000Z"
        },
        {
            "id": "036641f3-0678-4c16-92ca-7b76de36db8b",
            "type": "App\\Notifications\\AdminOrder",
            "notifiable_type": "App\\User",
            "notifiable_id": "1",
            "data": {
                "id": "WordPress Theme Development",
                "image": "woman-working-from-home-laptop (1).jpg",
                "data": "User Enrolled in WordPress Theme Development(order ID #00000001)",
                "url": null
            },
            "read_at": null,
            "created_at": "2022-10-19T01:56:55.000000Z",
            "updated_at": "2022-10-19T01:56:55.000000Z"
        },
        {
            "id": "3337c06c-6e7d-425a-8f2d-d5b26ba8b6d4",
            "type": "App\\Notifications\\AdminOrder",
            "notifiable_type": "App\\User",
            "notifiable_id": "1",
            "data": {
                "id": "WordPress Theme Development",
                "image": "woman-working-from-home-laptop (1).jpg",
                "data": "User Enrolled in WordPress Theme Development(order ID #00000007)",
                "url": null
            },
            "read_at": null,
            "created_at": "2022-10-19T01:48:53.000000Z",
            "updated_at": "2022-10-19T01:48:53.000000Z"
        }
    ]
}

IF response fail

Last updated

Was this helpful?