Skip to main content
GET
/
qstash
/
ipv4
Get QStash IPv4 Addresses
curl --request GET \
  --url https://api.upstash.com/v2/qstash/ipv4 \
  --header 'Authorization: Basic <encoded-value>'
[
  "3.125.136.186/32",
  "18.198.95.233/32"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

List of IPv4 CIDR blocks

Example:
["3.125.136.186/32", "18.198.95.233/32"]