Skip to main content
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"
  }
]

Authorizations

Api-Key
string
header
required

Response

200 - application/json

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

display_name
string

Human readable name that customers can select.

Example:

"Accountant and auditor"

code
string

The corresponding code that should be sent to the Bridge API representing the customers selection.

Example:

"132011"