Skip to main content
POST
/
phone-numbers
/
configure
Configure number
curl --request POST \
  --url https://api.goyappr.com/phone-numbers/configure \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneNumberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "inboundAgentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "outboundAgentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "friendlyName": "<string>"
}
'

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Body

application/json
phoneNumberId
string<uuid>
required
inboundAgentId
string<uuid>
outboundAgentId
string<uuid>
friendlyName
string

Response

200

Number configured