Request
No parametersResponse
Array
required
Hide child attributes
Hide child attributes
The creation time of the URL Group. UnixMilli
The update time of the URL Group. UnixMilli
The name of the URL Group.
Copy
Ask AI
curl https://qstash.upstash.io/v2/topics \
-H "Authorization: Bearer <token>"
Copy
Ask AI
[
{
"createdAt": 1623345678001,
"updatedAt": 1623345678001,
"name": "my-url-group",
"endpoints": [
{
"name": "my-endpoint",
"url": "https://my-endpoint.com"
}
]
},
// ...
]