Api
Set Primary Number
Set an existing phone number as the tenant primary number.
Set an existing phone number as the tenant primary number.
AuthorizationBearer <token>
In: header
Request Body
application/json
Response Body
application/json
application/json
curl -X PUT "https://loading/api/v1/telephony/numbers/primary" \ -H "Content-Type: application/json" \ -d '{ "phone_number": "stringst" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}