Add a blocklist entry
Adds an entry to your organization's blocklist. Returns 409 if an equivalent entry already exists.
Authentication
AuthorizationBearer
Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.
Request
This endpoint expects an object.
match_type
Allowed values:
match_value
The value to match (email address, phone number, name, or email domain).
reason
expires_at
Optional expiry. Omit for a permanent entry.
Response
Blocklist entry created.
blocklist_id
org_id
match_type
match_value
reason
expires_at
created_at
Errors
400
Bad Request Error
401
Unauthorized Error

