This endpoint allows you to get a list of themes created after given date
...
Request/Response
Path Parameters
Parameter Name | Type | Description |
---|---|---|
date | string | Themes 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.
...