DefaultApi
All URIs are relative to https://api.estuary.tech
Method | HTTP request | Description |
---|---|---|
dealTransferStatusPost | POST /deal/transfer/status |
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
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined