Skip to main content
GET
/
api
/
org
/
notifications
Retrieve notifications
curl --request GET \
  --url https://{tenant}/api/org/notifications \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "created_at": "<string>",
    "org_id": "<string>",
    "hash": "<string>",
    "kind": "critical",
    "topic": "certificate.expiry",
    "title": "<string>",
    "message": "<string>",
    "data": {
      "cert_id": "<string>",
      "expiry_date": "<string>",
      "days_remaining": 123
    }
  }
]

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Query Parameters

refresh
string

Setting refresh to true will force the API to refresh the list of notifications.

Response

Returns a list of notifications that have been issued for the specified Tyk Organisation.

id
string
created_at
string
org_id
string
hash
string
kind
enum<string>
Available options:
critical,
warning
topic
enum<string>
Available options:
certificate.expiry
title
string
message
string
data
object