curl --request GET \
--url https://api.staging.kathan.tech/recipient-lists/template \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'Download the standard CSV template for recipient lists. Columns: phone_number (required), name, metadata_1, metadata_2, metadata_3 (optional). Use this format when uploading CSV to ensure compatibility.
curl --request GET \
--url https://api.staging.kathan.tech/recipient-lists/template \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'Was this page helpful?