GET
/
integration
/
topics
/
v1
curl --request GET \
  --url https://api.mottostreaming.com/integration/topics/v1 \
  --header 'Authorization: Bearer <token>'
{
  "topics": [
    {
      "id": "<string>",
      "filterable_fields": [
        {
          "field": "<string>",
          "primary_key": true,
          "field_type": "TOPIC_FIELD_TYPE_UNSPECIFIED"
        }
      ]
    }
  ],
  "next_page_token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer

Maximum number of records to return

filter
string

Filter the result-set by properties using a subset of the Kibana Query Language. This is currently a reserved field only; there are no filters supported at this time.

page_token
string

The pagination token in the List request.

Response

200
application/json
OK
topics
object[]
next_page_token
string

The pagination token that should be used to get next subscription results. An empty value means no more results