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>"
}Link an SMS agent to a phone number for SMS conversations. Only one SMS agent can be linked to a phone number at a time.
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>"
}