cURL
curl --request GET \ --url https://api.example.com/api/intelligence/v1/list-security-advisories
{ "advisories": [ { "title": "<string>", "link": "<string>", "pubDate": "<string>", "source": "<string>", "sourceCountry": "<string>", "level": "<string>", "country": "<string>" } ], "byCountry": {} }
ListSecurityAdvisories retrieves pre-seeded travel and health advisories.
Successful response
Show child attributes
Was this page helpful?