curl --request GET \
--url https://api.getsly.ai/v1/v1/cards/networks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"network": "visa",
"active": true,
"enrollment_status": "enrolled",
"features": [
"<string>"
]
}
]
}curl --request GET \
--url https://api.getsly.ai/v1/v1/cards/networks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"network": "visa",
"active": true,
"enrollment_status": "enrolled",
"features": [
"<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.