curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/corridors \
--header 'Authorization: Bearer <token>'{
"data": [
{
"corridor": "pix",
"from_currency": "USD",
"to_currency": "<string>",
"min_amount": "<string>",
"max_amount": "<string>",
"typical_settlement": "<string>",
"active": true
}
]
}Enumerates active corridors for your tenant (e.g. USD→BRL via Pix, USD→MXN via SPEI), their limits, and typical settlement times.
curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/corridors \
--header 'Authorization: Bearer <token>'{
"data": [
{
"corridor": "pix",
"from_currency": "USD",
"to_currency": "<string>",
"min_amount": "<string>",
"max_amount": "<string>",
"typical_settlement": "<string>",
"active": true
}
]
}