cURL
curl --request GET \ --url https://api.example.com/tenant/{tenant_name}/notifications \ --header 'Authorization: Bearer <token>'
{ "items": [ { "type": "port_and_cloud_link_dont_exist", "title": "port_and_cloud_link_dont_exist", "text": "<string>" } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes