allowlists
Create a new entry for an allowlist
POST
/
allowlists
/
{allowlistId}
/
entries
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
allowlistId
string
requiredID of the allowlist
Body
application/json
walletPublicKey
string
Valid blockchain wallet address, must be an alphanumeric string without any special characters
email
string
phoneNumber
string
alias
string
discordUsername
string
twitterUsername
string
farcasterUsername
string
farcasterFid
number
Response
201 - application/json
id
string
requiredallowListId
string
requiredwalletPublicKey
string
email
string
phoneNumber
string
discordUsername
string
twitterUsername
string
farcasterUsername
string
farcasterFid
number
alias
string