Clients
List Client Datasources
List datasources connected to a client
GET
List Client Datasources
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List datasources connected to a client
curl --request GET \
--url https://api.oviond.com/v1/clients/:id/datasources \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
null
]
}curl --request GET \
--url https://api.oviond.com/v1/clients/:id/datasources \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
null
]
}