GET
/
v2
/
{appId}
/
topics
Get App Topics
curl --request GET \
  --url https://alerts-api.dial.to/v2/{appId}/topics \
  --header 'x-dialect-api-key: <api-key>'
{
  "items": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Price Alerts",
      "description": "Receive alerts when prices drop below a certain threshold",
      "slug": "price-alerts"
    }
  ]
}

Authorizations

x-dialect-api-key
string
header
required

API key to authorize app-level requests

Path Parameters

appId
string<uuid>
required

Application ID

Example:

"255d6163-7e25-43e9-a188-c2f8d0980a4a"

Response

200
application/json

List of topics

The response is of type object.