curl --request PATCH \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients/{entry_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-User-ID: <api-key>' \
--data '
{
"phone_number": "<string>",
"metadata": {}
}
'{}Update a recipient in the list.
curl --request PATCH \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients/{entry_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-User-ID: <api-key>' \
--data '
{
"phone_number": "<string>",
"metadata": {}
}
'{}API key authentication.
Required user id for API key requests.
Successful Response
The response is of type Response Update Recipient Recipient Lists Recipient List Id Recipients Entry Id Patch · object.
Was this page helpful?