Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This endpoint allows you to get a list of topics created after given date

...

Request/Response

Path Parameters

Parameter Name
Type
Description
datestringTopics created after this date will be returned

Note: See comments for date formatting

...

Authorization: Basic {AUTH_KEY}

Referer: bombora.com

HTTP Response

If successful, the response contains an instance of Topics, which is a list of Topic objects.

...