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
The fully qualified URL string for this endpoint.
HTTP method, e.g. "GET", "POST", "DELETE".
Optional query-string parameters appended to endpointURL.