FX-Port API

Environments

Live vs sandbox environments. One base URL, environment determined by API key prefix.

There is one base URL for all environments:

https://api.fx-port.com

The environment is determined entirely by the API key prefix — there are no separate URLs.

Key prefixEnvironmentBehaviour
fxp_live_LiveReal agency data; debits real balance; real bookings
fxp_test_SandboxIsolated test bookings; no real charges; balance endpoints return empty

Getting API keys

Create keys in the FX-Port dashboard at fx-port.com/dashboard/api.

Both sandbox and live keys can have Read or Read+Write permissions:

PermissionSandbox key useLive key use
ReadSearch, price, get quotes, retrieve bookingsSame
Read+WriteSearch + create test bookings, pay, cancelSearch + real bookings, real balance debit

Postman collections

Pre-built collections with every endpoint, auto-wired test scripts, and randomised (Latin/ASCII) passenger names. Download, import into Postman, set your API key as the api_key variable, and every request is ready to run. The collections contain no API keys — add your own.

Direct links:

Get your API keys at fx-port.com/dashboard/api — sandbox keys are free.

On this page