Outpost API

Topics

Endpoint:http://localhost:3333/api/v1

Operations for retrieving available event topics.


List Available Topics (for Tenant)

GET
http://localhost:3333/api/v1
/{tenant_id}/topics

Returns a list of available event topics configured in the Outpost instance. Requires Admin API Key or Tenant JWT.

List Available Topics (for Tenant)path Parameters

  • tenant_idstring · required

    The ID of the tenant. Required when using AdminApiKey authentication.

List Available Topics (for Tenant)Responses

    string[]
    string

List Available Topics (JWT Auth)

GET
http://localhost:3333/api/v1
/topics

Returns a list of available event topics configured in the Outpost instance (infers tenant from JWT).

List Available Topics (JWT Auth)Responses

    string[]
    string