curl --request GET \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List recipients in a list.
curl --request GET \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?