curl --request GET \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/export \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Export a recipient list as CSV. Uses the standard template format.
curl --request GET \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/export \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?