Topics
Filter topics
Returns a list of topics that can be paginated using the page
query parameter and filtered by the topic key with the key
query parameter
GET
/
v1
/
topics
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorization
string
headerrequiredAPI key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Query Parameters
page
number
default: 0Number of page for the pagination
pageSize
number
default: 10Size of page for the pagination
key
string
Topic key
Response
200 - application/json
data
object[]
requiredpage
number
requiredpageSize
number
requiredtotalCount
number
requiredWas this page helpful?