This endpoint allows you to get a list of topics
...
* Will become available after new release at 3:00PM PST on February 5th, 2018.
Data Types
Object Topic
Field name | Type | Description |
---|---|---|
Id | int | Id of topic |
Name | string | Display name |
Description | string | Topic description |
Object Topics
Field name | Type | Description |
---|---|---|
Topics | Topic[] | List of all topics |
...
Authorization: Basic {AUTH_KEY}
Referer: bombora.com
HTTP Response
If successful, the response contains an instance of Topics, which is a list of Topic.
...