---
title: "Get occupation codes"
method: GET
path: "/lists/occupation_codes"
tags: ["Lists"]
---

# Get occupation codes

`GET /lists/occupation_codes`

Provide this list of occupation codes to your users as possible answers to the Source of Funds section in the KYC flow. The returned list will resemble the list of occupation codes found [here](https://apidocs.bridge.xyz/page/sof-eu-most-recent-occupation-list).

## Response `200`

The list of occupations that can be used during the KYC flow.

- object[]
  - `display_name` string — Human readable name that customers can select.
  - `code` string — The corresponding code that should be sent to the Bridge API representing the customers selection.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
