curl --request GET \
--url https://alerts-api.dial.to/v2/{appId}/topics \
--header 'x-dialect-api-key: <api-key>'
Copy
Ask AI
{
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Price Alerts",
"slug": "price-alerts",
"description": "Receive alerts when prices drop below a certain threshold"
}
]
}
Send Alerts
Get App Topics
Retrieve all available alert topics for a specific application with detailed topic information including names, descriptions, and slugs for topic-based alert categorization
GET
/
v2
/
{appId}
/
topics
Get App Topics
Copy
Ask AI
curl --request GET \
--url https://alerts-api.dial.to/v2/{appId}/topics \
--header 'x-dialect-api-key: <api-key>'
Copy
Ask AI
{
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Price Alerts",
"slug": "price-alerts",
"description": "Receive alerts when prices drop below a certain threshold"
}
]
}