Account Endpoints
Sealed class defining all account API endpoints and their routing metadata.
Inheritors
Types
Endpoint for confirming a phone verification with a one-time code.
Endpoint for creating a new account.
Endpoint for initiating a phone verification for an account.
Endpoint for deleting an account by ID.
Endpoint for listing accounts with optional filters.
Endpoint for retrieving a single account by ID.
Endpoint for obtaining a Plaid Link token for an account.
Endpoint for restricting an account from transacting.
Endpoint for searching accounts by criteria.
Endpoint for removing a restriction from an account.
Endpoint for updating an existing account.
Properties
Optional extra HTTP headers to attach to the request (e.g. Accept: application/json). Defaults to empty. Applied after the standard Frame Authorization/User-Agent headers but before Content-Type (set on POST/PATCH), so an entry may override the former but not the latter. Prefer supplemental headers like Accept; don't rely on this to set auth headers.
The fully qualified URL string for this endpoint.
HTTP method, e.g. "GET", "POST", "DELETE".
Optional query-string parameters appended to endpointURL.