curl https://qstash.upstash.io/v2/topics/my-url-group \ -H "Authorization: Bearer <token>"
{ "createdAt": 1623345678001, "updatedAt": 1623345678001, "name": "my-url-group", "endpoints": [ { "name": "my-endpoint", "url": "https://my-endpoint.com" } ] }
Retrieves a URL Group
Show child attributes
Was this page helpful?