cURL
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 } } ]
Retrieve all notifications that have been issued for a specific Tyk Organisation.
The Tyk Dashboard API Access Credentials
Setting refresh to true will force the API to refresh the list of notifications.
Returns a list of notifications that have been issued for the specified Tyk Organisation.
critical
warning
certificate.expiry
Show child attributes
Was this page helpful?