GET /v3/data-sources
this endpoint is get all the data sources in the account with their labels
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/data-sources?page=0&pageSize=100&sortBy=itemName&sortDesc=false&itemName=string&labelIds=0&itemType=audit&withRuns=true&withLabels=true&withConsentCategories=true' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "metadata": { "pagination": { … } }, "dataSources": [ { … } ] }