Datasources
List All Profiles
List all auth profiles for every data source
GET
List All Profiles
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all auth profiles for every data source
curl --request GET \
--url https://api.oviond.com/v1/datasources/profiles \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {}
}curl --request GET \
--url https://api.oviond.com/v1/datasources/profiles \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {}
}