Retrieving Custom Data Sources

Retrieve a list of your custom data sources

The following call retrieves a list of your custom data sources:

curl -X GET 'https://api.brandwatch.com/content/sources/list'
-H 'authorization: bearer xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxx'

And you get the following JSON response:

{
  "results": [
    {
      "name": "My Content Source",
      "description": null,
      "id": DATA_SOURCE_NUMERIC_ID
    }
  ]
}

What’s Next

Note your "id" from the response to use to upload documents to your new custom data source.