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

     1  # SinksValidateApi
     2  
     3  All URIs are relative to *https://events.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**CreateSinkValidate**](SinksValidateApi.md#CreateSinkValidate) | **Post** /v1/Sinks/{Sid}/Validate | 
     8  
     9  
    10  
    11  ## CreateSinkValidate
    12  
    13  > EventsV1SinkValidate CreateSinkValidate(ctx, Sidoptional)
    14  
    15  
    16  
    17  Validate that a test event for a Sink was received.
    18  
    19  ### Path Parameters
    20  
    21  
    22  Name | Type | Description
    23  ------------- | ------------- | -------------
    24  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    25  **Sid** | **string** | A 34 character string that uniquely identifies the Sink being validated.
    26  
    27  ### Other Parameters
    28  
    29  Other parameters are passed through a pointer to a CreateSinkValidateParams struct
    30  
    31  
    32  Name | Type | Description
    33  ------------- | ------------- | -------------
    34  **TestId** | **string** | A 34 character string that uniquely identifies the test event for a Sink being validated.
    35  
    36  ### Return type
    37  
    38  [**EventsV1SinkValidate**](EventsV1SinkValidate.md)
    39  
    40  ### Authorization
    41  
    42  [accountSid_authToken](../README.md#accountSid_authToken)
    43  
    44  ### HTTP request headers
    45  
    46  - **Content-Type**: application/x-www-form-urlencoded
    47  - **Accept**: application/json
    48  
    49  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    50  [[Back to Model list]](../README.md#documentation-for-models)
    51  [[Back to README]](../README.md)
    52