Skip to content

SIGNING_WHITELIST

const SIGNING_WHITELIST: readonly object[]

Defined in: packages/api-client/src/core/interceptors/signingInterceptor.ts:29

Endpoints that MUST be signed. Everything else passes through untouched.

Keep these in sync with the BE verifier whitelist. Each entry is matched via String#includes against the request URL so callers can pass either an absolute URL or a relative path.