curl --request GET \
--url https://api.staging.kathan.tech/campaign/{campaign_id}/recipients \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List recipients (phone numbers) for a campaign with status, metadata, and last_error.
curl --request GET \
--url https://api.staging.kathan.tech/campaign/{campaign_id}/recipients \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?