Skip to main content
POST
Add one allowlist entry

Authorizations

API-KEY
string
header
required

Caller-specific VibeChain API key used for quota and abuse control.

Authorization
string
header
required

Signed-in vibe.market session token. The account's linked wallets determine creator ownership.

Body

application/json
address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x1111111111111111111111111111111111111111"

draftId
string
required
Pattern: ^[a-fA-F0-9]{24}$
Example:

"66b1234567890abcdef12345"

userId
string
username
string
profileImage
string<uri>

Response

Entry added, or already present

success
enum<boolean>
required
Available options:
true
message
string
whitelistEnabled
boolean
merkleRoot
string | null
Pattern: ^0x[a-fA-F0-9]{64}$
entriesCount
integer
Required range: x >= 0
total
integer
Required range: x >= 0
alreadyExists
boolean