API Reference
OIDC
Platform

Blocklist Identifiers

AdminUpdated Sep 11, 2026

Blocklist Identifiers

Backend API — secret key (Authorization: Bearer sk_…).

3 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.

Method & path

Scope

Idem

Explanation

GET /v1/blocklist_identifiers

restrictions:read

List blocklist identifiers that cannot sign up or sign in.

POST /v1/blocklist_identifiers

restrictions:write

Block an identifier (email, @domain, or E.164 phone) from signing up and signing in.

DELETE /v1/blocklist_identifiers/:id

restrictions:write

Remove a blocklist identifier. Another instance id is 404, never 403.

Was this page helpful?
Blocklist Identifiers