# Get Account Portal Get a specific portal associated with an account. Endpoint: GET /api/v1/jiko-accounts/{account_id}/portals/{portal_id}/ Version: Version: fd60d28d Security: HTTPBearer ## Path parameters: - `account_id` (string, required) - `portal_id` (string, required) ## Header parameters: - `x-jiko-idempotency` (string, required) - `x-jiko-signature` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `jiko_account_id` (string, required) - `routing_number` (string, required) Routing number - `account_number` (string, required) Account number - `status` (string, required) Portal status Enum: "OPEN", "CLOSED" - `name` (string, required) Portal name - `payment_rails` (array, required) Specifies which payment rails (ACH, WIRE, ON_US) are accepted. Enum: "ACH", "WIRE", "ON_US" - `object_type` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 404 fields