Authorizations
Path Parameters
Required string length:
36Example:
Query Parameters
Example:
Required range:
x >= 0Required range:
1 <= x <= 100curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/visitors \
--header 'Authorization: Bearer <token>'{
"count": 123,
"visitors": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"address": "<string>",
"chain": "ETH",
"walletName": "<string>",
"provider": "browserExtension",
"createdAt": "2023-11-07T05:31:56Z",
"projectEnvironmentId": "95b11417-f18f-457f-8804-68e361f9164f"
}
]
}36Show child attributes
x >= 01 <= x <= 100Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/visitors \
--header 'Authorization: Bearer <token>'{
"count": 123,
"visitors": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"address": "<string>",
"chain": "ETH",
"walletName": "<string>",
"provider": "browserExtension",
"createdAt": "2023-11-07T05:31:56Z",
"projectEnvironmentId": "95b11417-f18f-457f-8804-68e361f9164f"
}
]
}