cURL
curl --request GET \ --url https://app.aiinsurance.io/api/v1/external/companies/{companyId}/custom-objects \ --header 'Authorization: <api-key>'
200
success
{ "items": [ { "id": "550e8400-e29b-41d4-a716-446655440010", "type": "vehicle", "displayNameExpression": "vehicleMake + vehicleModel" }, { "id": "550e8400-e29b-41d4-a716-446655440011", "type": "building_info", "displayNameExpression": null } ] }
Returns the list of custom object types configured for the company. Use the type value from the response as the objectType path parameter for all other custom object endpoints.
type
objectType
Required permission: company.fmv1_custom_object:read
company.fmv1_custom_object:read
API key authentication. Include your API key in the Authorization header.
Company identifier
List of custom object types
Show child attributes
Was this page helpful?