GetDestinationsRequest
GetDestinationsRequest retrieves catalogued destinations.
criteria object
Filters describing which destinations to return.
Destination codes to include; empty to retrieve all.
ISO 639-1 language code for destination descriptions.
settings object
Execution settings shared across aggregator requests.
Unique identifier used to correlate downstream provider calls and responses.
Provider access identifiers that the request should target.
pos object
Point of sale information for commercial routing.
Branch or office that originated the enquiry, when available.
When true, raw provider transactions are collected for auditing.
Maximum time in milliseconds allowed for the aggregator to respond.
Enables sandbox flows where providers expose dedicated mock behaviour.
Enables diagnostic payloads that surface debug data in responses.
Token that propagates caller authentication to downstream services.
{
"criteria": {
"destinationCodes": [
"string"
],
"language": "string"
},
"settings": {
"requestId": "string",
"accessIds": [
"string"
],
"pos": {
"branchOffice": "string"
},
"auditTransactions": true,
"timeout": 0,
"testMode": true,
"debugData": true,
"token": "string"
}
}