List data sources
documentedRetrieves the list of data sources available for the specified account. ([developers.databox.com](https://developers.databox.com/_bundle/docs/%40v1/api/api.databox.com.json?download=))
GET /v1/accounts/{accountId}/data-sourcesAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://api.databox.com/v1/accounts/{{$accountId}}/data-sources\" \
-X GET \
-H \"Accept: application/json\" \
-H \"x-api-key: {{DATABOX_API_KEY}}\"