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

     1  # A2pBrandRegistrationsVettingsApi
     2  
     3  All URIs are relative to *https://messaging.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**CreateBrandVetting**](A2pBrandRegistrationsVettingsApi.md#CreateBrandVetting) | **Post** /v1/a2p/BrandRegistrations/{BrandSid}/Vettings | 
     8  [**FetchBrandVetting**](A2pBrandRegistrationsVettingsApi.md#FetchBrandVetting) | **Get** /v1/a2p/BrandRegistrations/{BrandSid}/Vettings/{BrandVettingSid} | 
     9  [**ListBrandVetting**](A2pBrandRegistrationsVettingsApi.md#ListBrandVetting) | **Get** /v1/a2p/BrandRegistrations/{BrandSid}/Vettings | 
    10  
    11  
    12  
    13  ## CreateBrandVetting
    14  
    15  > MessagingV1BrandVetting CreateBrandVetting(ctx, BrandSidoptional)
    16  
    17  
    18  
    19  
    20  
    21  ### Path Parameters
    22  
    23  
    24  Name | Type | Description
    25  ------------- | ------------- | -------------
    26  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    27  **BrandSid** | **string** | The SID of the Brand Registration resource of the vettings to create .
    28  
    29  ### Other Parameters
    30  
    31  Other parameters are passed through a pointer to a CreateBrandVettingParams struct
    32  
    33  
    34  Name | Type | Description
    35  ------------- | ------------- | -------------
    36  **VettingProvider** | **string** | 
    37  **VettingId** | **string** | The unique ID of the vetting
    38  
    39  ### Return type
    40  
    41  [**MessagingV1BrandVetting**](MessagingV1BrandVetting.md)
    42  
    43  ### Authorization
    44  
    45  [accountSid_authToken](../README.md#accountSid_authToken)
    46  
    47  ### HTTP request headers
    48  
    49  - **Content-Type**: application/x-www-form-urlencoded
    50  - **Accept**: application/json
    51  
    52  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    53  [[Back to Model list]](../README.md#documentation-for-models)
    54  [[Back to README]](../README.md)
    55  
    56  
    57  ## FetchBrandVetting
    58  
    59  > MessagingV1BrandVetting FetchBrandVetting(ctx, BrandSidBrandVettingSid)
    60  
    61  
    62  
    63  
    64  
    65  ### Path Parameters
    66  
    67  
    68  Name | Type | Description
    69  ------------- | ------------- | -------------
    70  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    71  **BrandSid** | **string** | The SID of the Brand Registration resource of the vettings to read .
    72  **BrandVettingSid** | **string** | The Twilio SID of the third-party vetting record.
    73  
    74  ### Other Parameters
    75  
    76  Other parameters are passed through a pointer to a FetchBrandVettingParams struct
    77  
    78  
    79  Name | Type | Description
    80  ------------- | ------------- | -------------
    81  
    82  ### Return type
    83  
    84  [**MessagingV1BrandVetting**](MessagingV1BrandVetting.md)
    85  
    86  ### Authorization
    87  
    88  [accountSid_authToken](../README.md#accountSid_authToken)
    89  
    90  ### HTTP request headers
    91  
    92  - **Content-Type**: Not defined
    93  - **Accept**: application/json
    94  
    95  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    96  [[Back to Model list]](../README.md#documentation-for-models)
    97  [[Back to README]](../README.md)
    98  
    99  
   100  ## ListBrandVetting
   101  
   102  > []MessagingV1BrandVetting ListBrandVetting(ctx, BrandSidoptional)
   103  
   104  
   105  
   106  
   107  
   108  ### Path Parameters
   109  
   110  
   111  Name | Type | Description
   112  ------------- | ------------- | -------------
   113  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
   114  **BrandSid** | **string** | The SID of the Brand Registration resource of the vettings to read .
   115  
   116  ### Other Parameters
   117  
   118  Other parameters are passed through a pointer to a ListBrandVettingParams struct
   119  
   120  
   121  Name | Type | Description
   122  ------------- | ------------- | -------------
   123  **VettingProvider** | **string** | The third-party provider of the vettings to read
   124  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
   125  **Limit** | **int** | Max number of records to return.
   126  
   127  ### Return type
   128  
   129  [**[]MessagingV1BrandVetting**](MessagingV1BrandVetting.md)
   130  
   131  ### Authorization
   132  
   133  [accountSid_authToken](../README.md#accountSid_authToken)
   134  
   135  ### HTTP request headers
   136  
   137  - **Content-Type**: Not defined
   138  - **Accept**: application/json
   139  
   140  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
   141  [[Back to Model list]](../README.md#documentation-for-models)
   142  [[Back to README]](../README.md)
   143