curl --request POST \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients/upload-csv \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'X-User-ID: <api-key>' \
--form file='@example-file' \
--form replace=true \
--form use_template=false{}Upload CSV to add recipients to a list.
curl --request POST \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients/upload-csv \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'X-User-ID: <api-key>' \
--form file='@example-file' \
--form replace=true \
--form use_template=false{}API key authentication.
Required user id for API key requests.
Successful Response
The response is of type Response Upload Csv To List Recipient Lists Recipient List Id Recipients Upload Csv Post · object.
Was this page helpful?