allowlists
Get all entries for an allowlist
GET
/
allowlists
/
{allowlistId}
/
entries
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the allowlist
Required string length:
36
Query Parameters
$COLUMN_NAME-asc|desc
The number of items to skip before starting to collect the result set
Required range:
x > 0
The numbers of items to return
Required range:
1 < x < 100
Keywords to search for in alias, walletPublicKey, or email
Was this page helpful?