v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Lists

Get 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.

get/lists/occupation_codes

Response

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

display_namestring

Human readable name that customers can select.

codestring

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

Example response

[
  {
    "display_name": "Accountant and auditor",
    "code": "132011"
  }
]