curl --request GET \
--url https://api.getsly.ai/v1/v1/treasury/partners \
--header 'Authorization: Bearer <token>'{
"data": [
{
"partner_id": "<string>",
"name": "<string>",
"balance_cents": 123,
"currency": "<string>"
}
]
}For platforms — how much each end-customer (sub-tenant) holds.
curl --request GET \
--url https://api.getsly.ai/v1/v1/treasury/partners \
--header 'Authorization: Bearer <token>'{
"data": [
{
"partner_id": "<string>",
"name": "<string>",
"balance_cents": 123,
"currency": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.