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/allowlists/{allowlistId}/entries \
--header 'Authorization: Bearer <token>'{
"count": 123,
"entries": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"allowListId": "95b11417-f18f-457f-8804-68e361f9164f",
"walletPublicKey": "<string>",
"email": "[email protected]",
"emailDomain": "<string>",
"phoneNumber": "<string>",
"discordUsername": "<string>",
"twitterUsername": "<string>",
"farcasterUsername": "<string>",
"farcasterFid": 123,
"alias": "<string>"
}
]
}36x >= 01 <= x <= 100Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/allowlists/{allowlistId}/entries \
--header 'Authorization: Bearer <token>'{
"count": 123,
"entries": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"allowListId": "95b11417-f18f-457f-8804-68e361f9164f",
"walletPublicKey": "<string>",
"email": "[email protected]",
"emailDomain": "<string>",
"phoneNumber": "<string>",
"discordUsername": "<string>",
"twitterUsername": "<string>",
"farcasterUsername": "<string>",
"farcasterFid": 123,
"alias": "<string>"
}
]
}