DestinationsRequest
query object
connectionCodestring
Optional connection code for filtering
providerCodestring
destinationCodesstring[]
maxSizeinteger
tokenstring
Pagination token for the next page of results. To retrieve the next page, include this token in the 'token' field of the subsequent request. Tokens are valid for 4 minutes and are tied to the original query criteria. If the query criteria change, a new token must be generated.
DestinationsRequest
{
"query": {
"connectionCode": "string",
"providerCode": "string",
"destinationCodes": [
"string"
],
"maxSize": 0
},
"token": "string"
}