Retrieve Users
Retrieve eligible users for specified allowlist.
Last updated
Retrieve eligible users for specified allowlist.
Last updated
GET /v1/allowlist/{query_id}/users HTTP/1.1
Host:
Accept: */*
{
"users": [
{
"fid": 1,
"username": "text",
"pfp_url": "text",
"quotient_score": 1,
"quotient_rank": 1,
"primary_eth_address": "text",
"eligible": true
}
],
"total_count": 1,
"request_count": 1
}