Overall
Features
How To
API Reference
- Authentication
- Messages
- Topics
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- v1 (Deprecated)
Migrating
Recipes
Integrations
Topics
List topics
List all your topics
GET
/
v2
/
topics
curl https://qstash.upstash.io/v2/topics \
-H "Authorization: Bearer <token>"
[
{
"createdAt": 1623345678001,
"updatedAt": 1623345678001,
"name": "my-topic",
"endpoints": [
{
"name": "my-endpoint",
"url": "https://my-endpoint.com"
}
]
},
// ...
]
Request
No parameters
Response
curl https://qstash.upstash.io/v2/topics \
-H "Authorization: Bearer <token>"
[
{
"createdAt": 1623345678001,
"updatedAt": 1623345678001,
"name": "my-topic",
"endpoints": [
{
"name": "my-endpoint",
"url": "https://my-endpoint.com"
}
]
},
// ...
]
Was this page helpful?
curl https://qstash.upstash.io/v2/topics \
-H "Authorization: Bearer <token>"
[
{
"createdAt": 1623345678001,
"updatedAt": 1623345678001,
"name": "my-topic",
"endpoints": [
{
"name": "my-endpoint",
"url": "https://my-endpoint.com"
}
]
},
// ...
]