Skip to main content

DefaultApi

All URIs are relative to https://api.estuary.tech

MethodHTTP requestDescription
dealTransferStatusPostPOST /deal/transfer/status
# **dealTransferStatusPost** > dealTransferStatusPost()

Example

// Import classes:
//import io.swagger.client.ApiClient;
//import io.swagger.client.ApiException;
//import io.swagger.client.Configuration;
//import io.swagger.client.auth.*;
//import io.swagger.client.api.DefaultApi;

ApiClient defaultClient = Configuration.getDefaultApiClient();

// Configure API key authorization: bearerAuth
ApiKeyAuth bearerAuth = (ApiKeyAuth) defaultClient.getAuthentication("bearerAuth");
bearerAuth.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//bearerAuth.setApiKeyPrefix("Token");

DefaultApi apiInstance = new DefaultApi();
try {
apiInstance.dealTransferStatusPost();
} catch (ApiException e) {
System.err.println("Exception when calling DefaultApi#dealTransferStatusPost");
e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined