curl --request GET \
--url https://api.getsly.ai/v1/v1/funding/providers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"provider": "stripe",
"types": [
"card"
],
"regions": [
"<string>"
],
"active": true
}
]
}curl --request GET \
--url https://api.getsly.ai/v1/v1/funding/providers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"provider": "stripe",
"types": [
"card"
],
"regions": [
"<string>"
],
"active": true
}
]
}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.