GET
/
v2
/
auth
Get Authenticated User
curl --request GET \
  --url https://alerts-api.dial.to/v2/auth \
  --header 'Authorization: Bearer <token>'
{
  "walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7"
}

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Response

200
application/json

User authentication details

The response is of type object.