API Reference
OIDC
Platform

Allowlist Identifiers

AdminUpdated Sep 11, 2026

Allowlist 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/allowlist_identifiers

restrictions:read

List allowlist identifiers (emails, @domains, phones) permitted in allow-list-only mode.

POST /v1/allowlist_identifiers

restrictions:write

Add an allowlist identifier: an exact email, an @domain, or an E.164 phone.

DELETE /v1/allowlist_identifiers/:id

restrictions:write

Remove an allowlist identifier. Another instance id is 404, never 403.

Was this page helpful?
Allowlist Identifiers