Retrieving Author Lists

Showing lists of Authors that have been saved in Brandwatch Consumer Research.

The following call will return all of the Author Lists in the Project with ID 398748937:
(Click here to learn how to get your Project ID)

curl -X GET https://api.brandwatch.com/projects/398748937/group/author/summary

The response will be like the following:

{
  "resultsTotal": 1,
  "resultsPage": -1,
  "resultsPageSize": -1,
  "results": [
    {
      "id": 165923563,
      "name": "Influencers",
      "shared": "public",
      "sharedProjectIds": [
        398748937
      ],
      "authors": [
        "John Doe"
      ],
      "userId": 2748873,
      "userName": "[email protected]"
    }
  ],
  "projects": [
    {
      "id": 398748937,
      "name": "Shopping trends",
      "description": "",
      "billableClientId": 324398,
      "billableClientName": null,
      "timezone": null,
      "billableClientIsPitch": false
    }
  ]
}