Embargo API Reference
The Pangea Embargo API lets developers quickly check IPs and country codes against known sanction and trade embargo lists.
Base URL
embargo.<csp>.<region>.pangea.cloud
post/v1/ip/check
cURL
curl -sSLX POST 'https://embargo.aws.us.pangea.cloud/v1/ip/check' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Check IP
POST
https://embargo.aws.us.pangea.cloud/v1/ip/checkCheck IPs against known sanction and trade embargo lists.
post/v1/iso/check
cURL
curl -sSLX POST 'https://embargo.aws.us.pangea.cloud/v1/iso/check' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
ISO Code Check
POST
https://embargo.aws.us.pangea.cloud/v1/iso/checkCheck country codes against known sanction and trade embargo lists.
Was this article helpful?