analytics
undefined
Fetch visit analytics
GET
/
environments
/
{environmentId}
/
analytics
/
wallets
Authorization
Path
Query
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/wallets \
--header 'Authorization: <authorization>'
[
{
"count": 123,
"walletName": "<string>"
}
]
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Query Parameters
startDate
string
endDate
string
Response
200 - application/json
count
integer
walletName
string
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/wallets \
--header 'Authorization: <authorization>'
[
{
"count": 123,
"walletName": "<string>"
}
]