Get field options for a specific product ENUM field

Retrieve the available options for a specific ENUM field of a product. This is useful for products that have fields with predefined options (e.g occupation for medical malpractice).These options should used to populate the dropdowns in the UI.

Path Params
integer
required

The ID of the product or the code of the product when the using_product_code parameter is set to 1

string
required

The key of the field for which to retrieve options (e.g., 'indemnity_limit', 'duration', 'occupation', 'aggregated_claim_limit')

Query Params
integer
enum

Must be one of 1,0. Set to 1 when the id path parameter contains the product code instead of the product ID

Allowed:
Responses

Language
Credentials
Bearer
API KEY from your account dashboard
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json