FruxonDocs
IntegrationsCore

Lists the countries an integration's outbound traffic can be pinned to egress from.

Each entry is a country with a forward proxy provisioned, so an integration pinned to it has its API tool calls originate from a fixed, country-specific IP — for endpoints that allowlist callers by source IP. Use this to populate the egress-country picker when editing an integration config. The set is driven by deployed infrastructure, so it changes without a code release.

GET
/v1/tenants/{tenant}/integrations/egressCountries
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/egressCountries"
[
  {
    "code": "string",
    "name": "string"
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}