Verify Eligibility
Verify Allowlist eligibility for specified user.
Last updated
Verify Allowlist eligibility for specified user.
Last updated
GET /v1/allowlist/{query_id}/users/{fid} HTTP/1.1
Host:
Accept: */*
{
"fid": 1,
"username": "text",
"eligible": true,
"quotient_score": 1,
"meets_reputation_threshold": true,
"conditions": [
{
"type": "text",
"target_name": "text",
"meets_condition": true
}
],
"primary_eth_address": "text",
"request_count": 1
}