Skip to main content

Retrieve a number

GET 
/origination/numbers/:id

Retrieve the details of a number. The ID in the path can either be the telephone number (e.g. +12124567890) or object ID.

Request

Path Parameters

    id stringrequired

    Telephone number (ex: +12124567890) or object ID of number to update

Responses

200: Number updated

400: Bad request

401: Unauthorized

404: Resource not found

Loading...