---
title: "Get Option Bank"
method: GET
path: "/v2/option_banks/{id}"
tags: ["Option Bank"]
---

# Get Option Bank

`GET /v2/option_banks/{id}`

Show an Option Banks

## Path parameters

- `id` string, required

## Response `200`

OK

- OptionsBankWithOptions
  - `id` string, required — ID of the option bank.
  - `name` string, required — Name of the option bank.
  - `options` object[], required
    - `label` string, required — Display name for the Option Bank
    - `value` string, required — Value for the Option Bank
    - `default` boolean — Default option

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
