Phone Numbers

Update a phone number

Update a phone number. Attach the number to a Callr Actions scenario, or change the end user.

patch/numbers/{number}

Path parameters

numberstring required

A phone number in ITU-T E.164 format https://en.wikipedia.org/wiki/E.164, prefixed by "+"

Example:+33199001234

Request body

scenariostring

Short ID

enduserstring

Short ID

Example request

{
  "scenario": "callrsid",
  "enduser": "callrsid"
}

Response

Phone number updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.