Bulk Add Products

Upload / update / delete products for a policy from a CSV file

API Documentation

Base URL
https://api.uat.laka.co/v3/policies/{policyId}/products/csv

Request Example

curl --request POST \
     --url https://api.uat.laka.co/v3/policies/policyId/products/csv \
     --header 'accept: application/json' \
     --header 'content-type: multipart/form-data'

Parameters

Parameter Type Description
policyId string required
CSV file file required
x-api-region string The API region of your interaction. In most cases, this will match the customer region
x-api-language string Where applicable, the language for any textual content we may send to the customer.

Response