github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/LinkShorteningMessagingServicesDomainApi.md (about)

     1  # LinkShorteningMessagingServicesDomainApi
     2  
     3  All URIs are relative to *https://messaging.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**FetchLinkshorteningMessagingServiceDomainAssociation**](LinkShorteningMessagingServicesDomainApi.md#FetchLinkshorteningMessagingServiceDomainAssociation) | **Get** /v1/LinkShortening/MessagingServices/{MessagingServiceSid}/Domain | 
     8  
     9  
    10  
    11  ## FetchLinkshorteningMessagingServiceDomainAssociation
    12  
    13  > MessagingV1LinkshorteningMessagingServiceDomainAssociation FetchLinkshorteningMessagingServiceDomainAssociation(ctx, MessagingServiceSid)
    14  
    15  
    16  
    17  
    18  
    19  ### Path Parameters
    20  
    21  
    22  Name | Type | Description
    23  ------------- | ------------- | -------------
    24  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    25  **MessagingServiceSid** | **string** | Unique string used to identify the Messaging service that this domain should be associated with.
    26  
    27  ### Other Parameters
    28  
    29  Other parameters are passed through a pointer to a FetchLinkshorteningMessagingServiceDomainAssociationParams struct
    30  
    31  
    32  Name | Type | Description
    33  ------------- | ------------- | -------------
    34  
    35  ### Return type
    36  
    37  [**MessagingV1LinkshorteningMessagingServiceDomainAssociation**](MessagingV1LinkshorteningMessagingServiceDomainAssociation.md)
    38  
    39  ### Authorization
    40  
    41  [accountSid_authToken](../README.md#accountSid_authToken)
    42  
    43  ### HTTP request headers
    44  
    45  - **Content-Type**: Not defined
    46  - **Accept**: application/json
    47  
    48  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    49  [[Back to Model list]](../README.md#documentation-for-models)
    50  [[Back to README]](../README.md)
    51