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