Skip to main content
POST
/
recipient-lists
/
{recipient_list_id}
/
recipients
Add single recipient
curl --request POST \
  --url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-User-ID: <api-key>' \
  --data '
{
  "phone_number": "<string>",
  "metadata": {}
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

recipient_list_id
string
required

Body

application/json
phone_number
string
required
metadata
Metadata · object

Response

Successful Response

The response is of type Response Add Recipient Recipient Lists Recipient List Id Recipients Post · object.