URL Groups
List URL Groups
- Overall
- Quickstarts
- Features
- Integrations
- How To
- REST API
- Authentication
- Messages
- URL Groups
- Queues
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- LLM
- API Rate Limit Response
- SDKs
URL Groups
List URL Groups
List all your URL Groups
GET
/
v2
/
topics
curl https://qstash.upstash.io/v2/topics \
-H "Authorization: Bearer <token>"
[
{
"createdAt": 1623345678001,
"updatedAt": 1623345678001,
"name": "my-url-group",
"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-url-group",
"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-url-group",
"endpoints": [
{
"name": "my-endpoint",
"url": "https://my-endpoint.com"
}
]
},
// ...
]