Authorizations
Path Parameters
Required string length:
36Example:
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/walletsBreakdown \
--header 'Authorization: Bearer <token>'{
"breakdown": {
"allTime": [
{
"walletNameDisplay": "<string>",
"nWallets": 123
}
],
"inRange": [
{
"walletNameDisplay": "<string>",
"nWallets": 123
}
]
}
}36Show child attributes
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/walletsBreakdown \
--header 'Authorization: Bearer <token>'{
"breakdown": {
"allTime": [
{
"walletNameDisplay": "<string>",
"nWallets": 123
}
],
"inRange": [
{
"walletNameDisplay": "<string>",
"nWallets": 123
}
]
}
}