Skip to main content
POST
/
api
/
v1
/
phone-number
/
sms
/
{id}
/
link-agent
Link SMS agent to phone number
curl --request POST \
  --url https://prod.featherhq.com/api/v1/phone-number/sms/{id}/link-agent \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "agentId": "<string>"
}
'
{
  "success": true,
  "displayMessage": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Body

application/json
agentId
string
required

Response

SMS agent linked successfully

success
boolean
required
displayMessage
string
required