me

Get a notification's details.

This endpoint will retrieve the details of a notification.

get/me/notifications/{notificationUUID}

Path parameters

notificationUUIDstring required

UUID of the notification to be retrieved.

Response

Successful POST Notifications Details JSON response

object required

Example response

{
  "data": {
    "id": "1094845f-c175-462d-8aec-9bbad4af232f",
    "type": "notifications",
    "href": "/v1/me/notifications/1094845f-c175-462d-8aec-9bbad4af232f",
    "attributes": {
      "type": "NewSession",
      "isRead": true,
      "data": {
        "id": 2,
        "ip": "127.0.0.1"
      },
      "string": "A new client has logged in to your account. (IP: 127.0.0.1)",
      "createdAt": 1524009600
    }
  }
}

Changes

Changed in 4 of the 50 revisions of this API.8

    • the endpoint scheme security apiKey was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status

      response-non-success-status-added

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security kurozoraBearer was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security kurozoraBearer was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog