GET
/
lists
/
occupation_codes
Get occupation codes
curl --request GET \
  --url https://api.bridge.xyz/v0/lists/occupation_codes \
  --header 'Api-Key: <api-key>'
[
  {
    "display_name": "Accountant and auditor",
    "code": "132011"
  },
  {
    "display_name": "Actor",
    "code": "272011"
  },
  {
    "display_name": "Acupuncturist",
    "code": "291291"
  },
  {
    "display_name": "Administrative services manager",
    "code": "113012"
  },
  {
    "display_name": "Other",
    "code": "other"
  }
]

Authorizations

Api-Key
string
header
required

Response

200 - application/json

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

The response is of type object[].