URL Groups

List URL Groups

List all your URL Groups

GET/v2/topics
cURL
curl --request GET \
  --url https://qstash-{region}.upstash.io/v2/topics \
  --header 'Authorization: Bearer <token>'
200Response
[
  {
    "name": "<string>",
    "createdAt": 123,
    "updatedAt": 123,
    "endpoints": [
      {
        "name": "<string>",
        "url": "<string>"
      }
    ]
  }
]

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Response

200

Loading search…