Summary
Expose endpoints for checking whitelist status, fetching the full whitelist per key, and managing whitelist entries for creator-owned keys.
Scope
- GET /keys/:keyId/whitelist — full whitelist with date added per address
- GET /keys/:keyId/whitelist/:wallet — single wallet whitelist status
- POST /keys/:keyId/whitelist — add wallets (batch support up to 100)
- DELETE /keys/:keyId/whitelist/:wallet — remove wallet
- Whitelist gate status included in key detail API response
Acceptance Criteria
ETA
12 hours
Summary
Expose endpoints for checking whitelist status, fetching the full whitelist per key, and managing whitelist entries for creator-owned keys.
Scope
Acceptance Criteria
ETA
12 hours