Skip to main content

Retrieve a phone number

GET 
/external_connections/:id/phone_numbers/:phone_number_id

Return the details of a phone number associated with the given external connection.

Request

Path Parameters

    id int64required

    Identifies the resource.

    phone_number_id stringrequired

    A phone number's ID via the Telnyx API

Responses

200: Successful response

401: Unauthorized

404: Not found

Loading...