Get topics

Retrieves all available webhook topics you can subscribe to.

This endpoint returns a paginated list of all active topics, including:

  • Topic names that you can use when creating or updating subscriptions
  • Descriptions explaining what events each topic represents

Use this endpoint to discover what events you can receive through webhooks.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 25

Controls how many items are returned per page in paginated responses.

  • Default: 25 items per page if not specified
  • Minimum: 1 item per page
  • Use with pageStartIndex for navigating through large result sets
integer
≥ 0
Defaults to 0

Specifies the starting position for paginated results.

  • Default: 0 (first page) if not specified
  • Minimum: 0
  • Example: pageStartIndex=25 with pageSize=25 returns the second page of results
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json