Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.16 KB

VoiceNumbersApi.md

File metadata and controls

51 lines (26 loc) · 1.16 KB

VoiceNumbersApi

All URIs are relative to https://pricing.twilio.com

Method HTTP request Description
FetchVoiceNumber Get /v1/Voice/Numbers/{Number}

FetchVoiceNumber

PricingV1VoiceNumber FetchVoiceNumber(ctx, Number)

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
Number string The phone number to fetch.

Other Parameters

Other parameters are passed through a pointer to a FetchVoiceNumberParams struct

Name Type Description

Return type

PricingV1VoiceNumber

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]