GET
/
v2
/
{appId}
/
subscribers
Get App Subscribers
curl --request GET \
  --url https://alerts-api.dial.to/v2/{appId}/subscribers \
  --header 'x-dialect-api-key: <api-key>'
{
  "subscribers": [
    {
      "walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7"
    }
  ]
}

Authorizations

x-dialect-api-key
string
header
required

API key to authorize app-level requests

Path Parameters

appId
string
required

Application ID

Example:

"255d6163-7e25-43e9-a188-c2f8d0980a4a"

Query Parameters

offset
number
default:0

Pagination offset

Required range: x >= 0
Example:

10

limit
number
default:100

Pagination limit

Required range: 1 <= x <= 1000
Example:

100

Response

200
application/json

List of subscribers

The response is of type object.