Authorizations
Path Parameters
Required string length:
36Example:
Fetch wallets breakdown
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/wallets \
--header 'Authorization: Bearer <token>'[
{
"count": 123,
"walletName": "<string>"
}
]36Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/wallets \
--header 'Authorization: Bearer <token>'[
{
"count": 123,
"walletName": "<string>"
}
]