GET
/
environments
/
{environmentId}
/
analytics
/
wallets
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/wallets \
  --header 'Authorization: Bearer <token>'
[
  {
    "count": 123,
    "walletName": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Query Parameters

startDate
string
endDate
string

Response

200
application/json
Wallets Breakdown by Date
count
integer
walletName
string