public class WebhookControllerApi extends Object
Constructor and Description |
---|
WebhookControllerApi() |
WebhookControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
WebhookDto |
createAccountWebhook(CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified of account level events such as bounce and bounce recipient.
|
okhttp3.Call |
createAccountWebhookAsync(CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified of account level events such as bounce and bounce recipient.
|
okhttp3.Call |
createAccountWebhookCall(CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createAccountWebhook
|
ApiResponse<WebhookDto> |
createAccountWebhookWithHttpInfo(CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified of account level events such as bounce and bounce recipient.
|
WebhookDto |
createWebhook(UUID inboxId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified whenever an inbox receives an email via a WebHook URL.
|
okhttp3.Call |
createWebhookAsync(UUID inboxId,
CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified whenever an inbox receives an email via a WebHook URL.
|
okhttp3.Call |
createWebhookCall(UUID inboxId,
CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createWebhook
|
WebhookDto |
createWebhookForPhoneNumber(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to a phone number
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
okhttp3.Call |
createWebhookForPhoneNumberAsync(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to a phone number (asynchronously)
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
okhttp3.Call |
createWebhookForPhoneNumberCall(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createWebhookForPhoneNumber
|
ApiResponse<WebhookDto> |
createWebhookForPhoneNumberWithHttpInfo(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to a phone number
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
ApiResponse<WebhookDto> |
createWebhookWithHttpInfo(UUID inboxId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified whenever an inbox receives an email via a WebHook URL.
|
void |
deleteAllWebhooks(OffsetDateTime before)
Delete all webhooks
|
okhttp3.Call |
deleteAllWebhooksAsync(OffsetDateTime before,
ApiCallback<Void> _callback)
Delete all webhooks (asynchronously)
|
okhttp3.Call |
deleteAllWebhooksCall(OffsetDateTime before,
ApiCallback _callback)
Build call for deleteAllWebhooks
|
ApiResponse<Void> |
deleteAllWebhooksWithHttpInfo(OffsetDateTime before)
Delete all webhooks
|
void |
deleteWebhook(UUID inboxId,
UUID webhookId)
Delete and disable a Webhook for an Inbox
|
okhttp3.Call |
deleteWebhookAsync(UUID inboxId,
UUID webhookId,
ApiCallback<Void> _callback)
Delete and disable a Webhook for an Inbox (asynchronously)
|
void |
deleteWebhookById(UUID webhookId)
Delete a webhook
|
okhttp3.Call |
deleteWebhookByIdAsync(UUID webhookId,
ApiCallback<Void> _callback)
Delete a webhook (asynchronously)
|
okhttp3.Call |
deleteWebhookByIdCall(UUID webhookId,
ApiCallback _callback)
Build call for deleteWebhookById
|
ApiResponse<Void> |
deleteWebhookByIdWithHttpInfo(UUID webhookId)
Delete a webhook
|
okhttp3.Call |
deleteWebhookCall(UUID inboxId,
UUID webhookId,
ApiCallback _callback)
Build call for deleteWebhook
|
ApiResponse<Void> |
deleteWebhookWithHttpInfo(UUID inboxId,
UUID webhookId)
Delete and disable a Webhook for an Inbox
|
PageWebhookProjection |
getAllAccountWebhooks(Integer page,
Integer size,
String sort,
String eventType,
OffsetDateTime since,
OffsetDateTime before)
List account webhooks Paginated
List account webhooks in paginated form.
|
okhttp3.Call |
getAllAccountWebhooksAsync(Integer page,
Integer size,
String sort,
String eventType,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
List account webhooks Paginated (asynchronously)
List account webhooks in paginated form.
|
okhttp3.Call |
getAllAccountWebhooksCall(Integer page,
Integer size,
String sort,
String eventType,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllAccountWebhooks
|
ApiResponse<PageWebhookProjection> |
getAllAccountWebhooksWithHttpInfo(Integer page,
Integer size,
String sort,
String eventType,
OffsetDateTime since,
OffsetDateTime before)
List account webhooks Paginated
List account webhooks in paginated form.
|
PageWebhookResult |
getAllWebhookResults(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get results for all webhooks
|
okhttp3.Call |
getAllWebhookResultsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback<PageWebhookResult> _callback)
Get results for all webhooks (asynchronously)
|
okhttp3.Call |
getAllWebhookResultsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback _callback)
Build call for getAllWebhookResults
|
ApiResponse<PageWebhookResult> |
getAllWebhookResultsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get results for all webhooks
|
PageWebhookProjection |
getAllWebhooks(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
UUID inboxId,
UUID phoneId,
OffsetDateTime before)
List Webhooks Paginated
List webhooks in paginated form.
|
okhttp3.Call |
getAllWebhooksAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
UUID inboxId,
UUID phoneId,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
List Webhooks Paginated (asynchronously)
List webhooks in paginated form.
|
okhttp3.Call |
getAllWebhooksCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
UUID inboxId,
UUID phoneId,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllWebhooks
|
ApiResponse<PageWebhookProjection> |
getAllWebhooksWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
UUID inboxId,
UUID phoneId,
OffsetDateTime before)
List Webhooks Paginated
List webhooks in paginated form.
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
PageWebhookProjection |
getInboxWebhooksPaginated(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get paginated webhooks for an Inbox
|
okhttp3.Call |
getInboxWebhooksPaginatedAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
Get paginated webhooks for an Inbox (asynchronously)
|
okhttp3.Call |
getInboxWebhooksPaginatedCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxWebhooksPaginated
|
ApiResponse<PageWebhookProjection> |
getInboxWebhooksPaginatedWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get paginated webhooks for an Inbox
|
JSONSchemaDto |
getJsonSchemaForWebhookEvent(String event)
Get JSON Schema definition for webhook payload by event
|
okhttp3.Call |
getJsonSchemaForWebhookEventAsync(String event,
ApiCallback<JSONSchemaDto> _callback)
(asynchronously)
Get JSON Schema definition for webhook payload by event
|
okhttp3.Call |
getJsonSchemaForWebhookEventCall(String event,
ApiCallback _callback)
Build call for getJsonSchemaForWebhookEvent
|
ApiResponse<JSONSchemaDto> |
getJsonSchemaForWebhookEventWithHttpInfo(String event)
Get JSON Schema definition for webhook payload by event
|
JSONSchemaDto |
getJsonSchemaForWebhookPayload(UUID webhookId)
Get JSON Schema definition for webhook payload
|
okhttp3.Call |
getJsonSchemaForWebhookPayloadAsync(UUID webhookId,
ApiCallback<JSONSchemaDto> _callback)
(asynchronously)
Get JSON Schema definition for webhook payload
|
okhttp3.Call |
getJsonSchemaForWebhookPayloadCall(UUID webhookId,
ApiCallback _callback)
Build call for getJsonSchemaForWebhookPayload
|
ApiResponse<JSONSchemaDto> |
getJsonSchemaForWebhookPayloadWithHttpInfo(UUID webhookId)
Get JSON Schema definition for webhook payload
|
PageWebhookProjection |
getPhoneNumberWebhooksPaginated(UUID phoneId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated webhooks for a phone number
|
okhttp3.Call |
getPhoneNumberWebhooksPaginatedAsync(UUID phoneId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
Get paginated webhooks for a phone number (asynchronously)
|
okhttp3.Call |
getPhoneNumberWebhooksPaginatedCall(UUID phoneId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getPhoneNumberWebhooksPaginated
|
ApiResponse<PageWebhookProjection> |
getPhoneNumberWebhooksPaginatedWithHttpInfo(UUID phoneId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated webhooks for a phone number
|
AbstractWebhookPayload |
getTestWebhookPayload(String eventName)
Get test webhook payload example.
|
okhttp3.Call |
getTestWebhookPayloadAsync(String eventName,
ApiCallback<AbstractWebhookPayload> _callback)
(asynchronously)
Get test webhook payload example.
|
WebhookBouncePayload |
getTestWebhookPayloadBounce()
Get webhook test payload for bounce
|
okhttp3.Call |
getTestWebhookPayloadBounceAsync(ApiCallback<WebhookBouncePayload> _callback)
(asynchronously)
Get webhook test payload for bounce
|
okhttp3.Call |
getTestWebhookPayloadBounceCall(ApiCallback _callback)
Build call for getTestWebhookPayloadBounce
|
WebhookBounceRecipientPayload |
getTestWebhookPayloadBounceRecipient()
Get webhook test payload for bounce recipient
|
okhttp3.Call |
getTestWebhookPayloadBounceRecipientAsync(ApiCallback<WebhookBounceRecipientPayload> _callback)
(asynchronously)
Get webhook test payload for bounce recipient
|
okhttp3.Call |
getTestWebhookPayloadBounceRecipientCall(ApiCallback _callback)
Build call for getTestWebhookPayloadBounceRecipient
|
ApiResponse<WebhookBounceRecipientPayload> |
getTestWebhookPayloadBounceRecipientWithHttpInfo()
Get webhook test payload for bounce recipient
|
ApiResponse<WebhookBouncePayload> |
getTestWebhookPayloadBounceWithHttpInfo()
Get webhook test payload for bounce
|
okhttp3.Call |
getTestWebhookPayloadCall(String eventName,
ApiCallback _callback)
Build call for getTestWebhookPayload
|
WebhookDeliveryStatusPayload |
getTestWebhookPayloadDeliveryStatus()
Get webhook test payload for delivery status event
|
okhttp3.Call |
getTestWebhookPayloadDeliveryStatusAsync(ApiCallback<WebhookDeliveryStatusPayload> _callback)
Get webhook test payload for delivery status event (asynchronously)
|
okhttp3.Call |
getTestWebhookPayloadDeliveryStatusCall(ApiCallback _callback)
Build call for getTestWebhookPayloadDeliveryStatus
|
ApiResponse<WebhookDeliveryStatusPayload> |
getTestWebhookPayloadDeliveryStatusWithHttpInfo()
Get webhook test payload for delivery status event
|
WebhookEmailOpenedPayload |
getTestWebhookPayloadEmailOpened()
Get webhook test payload for email opened event
|
okhttp3.Call |
getTestWebhookPayloadEmailOpenedAsync(ApiCallback<WebhookEmailOpenedPayload> _callback)
(asynchronously)
Get webhook test payload for email opened event
|
okhttp3.Call |
getTestWebhookPayloadEmailOpenedCall(ApiCallback _callback)
Build call for getTestWebhookPayloadEmailOpened
|
ApiResponse<WebhookEmailOpenedPayload> |
getTestWebhookPayloadEmailOpenedWithHttpInfo()
Get webhook test payload for email opened event
|
WebhookEmailReadPayload |
getTestWebhookPayloadEmailRead()
Get webhook test payload for email opened event
|
okhttp3.Call |
getTestWebhookPayloadEmailReadAsync(ApiCallback<WebhookEmailReadPayload> _callback)
(asynchronously)
Get webhook test payload for email opened event
|
okhttp3.Call |
getTestWebhookPayloadEmailReadCall(ApiCallback _callback)
Build call for getTestWebhookPayloadEmailRead
|
ApiResponse<WebhookEmailReadPayload> |
getTestWebhookPayloadEmailReadWithHttpInfo()
Get webhook test payload for email opened event
|
AbstractWebhookPayload |
getTestWebhookPayloadForWebhook(UUID webhookId)
Get example payload for webhook
|
okhttp3.Call |
getTestWebhookPayloadForWebhookAsync(UUID webhookId,
ApiCallback<AbstractWebhookPayload> _callback)
(asynchronously)
Get example payload for webhook
|
okhttp3.Call |
getTestWebhookPayloadForWebhookCall(UUID webhookId,
ApiCallback _callback)
Build call for getTestWebhookPayloadForWebhook
|
ApiResponse<AbstractWebhookPayload> |
getTestWebhookPayloadForWebhookWithHttpInfo(UUID webhookId)
Get example payload for webhook
|
WebhookNewAttachmentPayload |
getTestWebhookPayloadNewAttachment()
Get webhook test payload for new attachment event
|
okhttp3.Call |
getTestWebhookPayloadNewAttachmentAsync(ApiCallback<WebhookNewAttachmentPayload> _callback)
Get webhook test payload for new attachment event (asynchronously)
|
okhttp3.Call |
getTestWebhookPayloadNewAttachmentCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewAttachment
|
ApiResponse<WebhookNewAttachmentPayload> |
getTestWebhookPayloadNewAttachmentWithHttpInfo()
Get webhook test payload for new attachment event
|
WebhookNewContactPayload |
getTestWebhookPayloadNewContact()
Get webhook test payload for new contact event
|
okhttp3.Call |
getTestWebhookPayloadNewContactAsync(ApiCallback<WebhookNewContactPayload> _callback)
Get webhook test payload for new contact event (asynchronously)
|
okhttp3.Call |
getTestWebhookPayloadNewContactCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewContact
|
ApiResponse<WebhookNewContactPayload> |
getTestWebhookPayloadNewContactWithHttpInfo()
Get webhook test payload for new contact event
|
WebhookNewEmailPayload |
getTestWebhookPayloadNewEmail()
Get webhook test payload for new email event
|
okhttp3.Call |
getTestWebhookPayloadNewEmailAsync(ApiCallback<WebhookNewEmailPayload> _callback)
Get webhook test payload for new email event (asynchronously)
|
okhttp3.Call |
getTestWebhookPayloadNewEmailCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewEmail
|
ApiResponse<WebhookNewEmailPayload> |
getTestWebhookPayloadNewEmailWithHttpInfo()
Get webhook test payload for new email event
|
WebhookNewSmsPayload |
getTestWebhookPayloadNewSms()
Get webhook test payload for new sms event
|
okhttp3.Call |
getTestWebhookPayloadNewSmsAsync(ApiCallback<WebhookNewSmsPayload> _callback)
Get webhook test payload for new sms event (asynchronously)
|
okhttp3.Call |
getTestWebhookPayloadNewSmsCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewSms
|
ApiResponse<WebhookNewSmsPayload> |
getTestWebhookPayloadNewSmsWithHttpInfo()
Get webhook test payload for new sms event
|
ApiResponse<AbstractWebhookPayload> |
getTestWebhookPayloadWithHttpInfo(String eventName)
Get test webhook payload example.
|
WebhookDto |
getWebhook(UUID webhookId)
Get a webhook
|
okhttp3.Call |
getWebhookAsync(UUID webhookId,
ApiCallback<WebhookDto> _callback)
Get a webhook (asynchronously)
|
okhttp3.Call |
getWebhookCall(UUID webhookId,
ApiCallback _callback)
Build call for getWebhook
|
WebhookResultDto |
getWebhookResult(UUID webhookResultId)
Get a webhook result for a webhook
|
okhttp3.Call |
getWebhookResultAsync(UUID webhookResultId,
ApiCallback<WebhookResultDto> _callback)
Get a webhook result for a webhook (asynchronously)
|
okhttp3.Call |
getWebhookResultCall(UUID webhookResultId,
ApiCallback _callback)
Build call for getWebhookResult
|
PageWebhookResult |
getWebhookResults(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get a webhook results for a webhook
|
okhttp3.Call |
getWebhookResultsAsync(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback<PageWebhookResult> _callback)
Get a webhook results for a webhook (asynchronously)
|
okhttp3.Call |
getWebhookResultsCall(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback _callback)
Build call for getWebhookResults
|
UnseenErrorCountDto |
getWebhookResultsUnseenErrorCount()
Get count of unseen webhook results with error status
|
okhttp3.Call |
getWebhookResultsUnseenErrorCountAsync(ApiCallback<UnseenErrorCountDto> _callback)
Get count of unseen webhook results with error status (asynchronously)
|
okhttp3.Call |
getWebhookResultsUnseenErrorCountCall(ApiCallback _callback)
Build call for getWebhookResultsUnseenErrorCount
|
ApiResponse<UnseenErrorCountDto> |
getWebhookResultsUnseenErrorCountWithHttpInfo()
Get count of unseen webhook results with error status
|
ApiResponse<PageWebhookResult> |
getWebhookResultsWithHttpInfo(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get a webhook results for a webhook
|
ApiResponse<WebhookResultDto> |
getWebhookResultWithHttpInfo(UUID webhookResultId)
Get a webhook result for a webhook
|
List<WebhookDto> |
getWebhooks(UUID inboxId)
Deprecated.
|
okhttp3.Call |
getWebhooksAsync(UUID inboxId,
ApiCallback<List<WebhookDto>> _callback)
Deprecated.
|
okhttp3.Call |
getWebhooksCall(UUID inboxId,
ApiCallback _callback)
Deprecated.
|
ApiResponse<List<WebhookDto>> |
getWebhooksWithHttpInfo(UUID inboxId)
Deprecated.
|
ApiResponse<WebhookDto> |
getWebhookWithHttpInfo(UUID webhookId)
Get a webhook
|
WebhookRedriveResult |
redriveWebhookResult(UUID webhookResultId)
Get a webhook result and try to resend the original webhook payload
Allows you to resend a webhook payload that was already sent.
|
okhttp3.Call |
redriveWebhookResultAsync(UUID webhookResultId,
ApiCallback<WebhookRedriveResult> _callback)
Get a webhook result and try to resend the original webhook payload (asynchronously)
Allows you to resend a webhook payload that was already sent.
|
okhttp3.Call |
redriveWebhookResultCall(UUID webhookResultId,
ApiCallback _callback)
Build call for redriveWebhookResult
|
ApiResponse<WebhookRedriveResult> |
redriveWebhookResultWithHttpInfo(UUID webhookResultId)
Get a webhook result and try to resend the original webhook payload
Allows you to resend a webhook payload that was already sent.
|
WebhookTestResult |
sendTestData(UUID webhookId)
Send webhook test data
|
okhttp3.Call |
sendTestDataAsync(UUID webhookId,
ApiCallback<WebhookTestResult> _callback)
Send webhook test data (asynchronously)
|
okhttp3.Call |
sendTestDataCall(UUID webhookId,
ApiCallback _callback)
Build call for sendTestData
|
ApiResponse<WebhookTestResult> |
sendTestDataWithHttpInfo(UUID webhookId)
Send webhook test data
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
WebhookDto |
updateWebhookHeaders(UUID webhookId,
WebhookHeaders webhookHeaders)
Update a webhook request headers
|
okhttp3.Call |
updateWebhookHeadersAsync(UUID webhookId,
WebhookHeaders webhookHeaders,
ApiCallback<WebhookDto> _callback)
Update a webhook request headers (asynchronously)
|
okhttp3.Call |
updateWebhookHeadersCall(UUID webhookId,
WebhookHeaders webhookHeaders,
ApiCallback _callback)
Build call for updateWebhookHeaders
|
ApiResponse<WebhookDto> |
updateWebhookHeadersWithHttpInfo(UUID webhookId,
WebhookHeaders webhookHeaders)
Update a webhook request headers
|
VerifyWebhookSignatureResults |
verifyWebhookSignature(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions)
Verify a webhook payload signature
Verify a webhook payload using the messageId and signature.
|
okhttp3.Call |
verifyWebhookSignatureAsync(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions,
ApiCallback<VerifyWebhookSignatureResults> _callback)
Verify a webhook payload signature (asynchronously)
Verify a webhook payload using the messageId and signature.
|
okhttp3.Call |
verifyWebhookSignatureCall(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions,
ApiCallback _callback)
Build call for verifyWebhookSignature
|
ApiResponse<VerifyWebhookSignatureResults> |
verifyWebhookSignatureWithHttpInfo(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions)
Verify a webhook payload signature
Verify a webhook payload using the messageId and signature.
|
public WebhookControllerApi()
public WebhookControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createAccountWebhookCall(CreateWebhookOptions createWebhookOptions, ApiCallback _callback) throws ApiException
createWebhookOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public WebhookDto createAccountWebhook(CreateWebhookOptions createWebhookOptions) throws ApiException
createWebhookOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<WebhookDto> createAccountWebhookWithHttpInfo(CreateWebhookOptions createWebhookOptions) throws ApiException
createWebhookOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createAccountWebhookAsync(CreateWebhookOptions createWebhookOptions, ApiCallback<WebhookDto> _callback) throws ApiException
createWebhookOptions
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createWebhookCall(UUID inboxId, CreateWebhookOptions createWebhookOptions, ApiCallback _callback) throws ApiException
inboxId
- (required)createWebhookOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public WebhookDto createWebhook(UUID inboxId, CreateWebhookOptions createWebhookOptions) throws ApiException
inboxId
- (required)createWebhookOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<WebhookDto> createWebhookWithHttpInfo(UUID inboxId, CreateWebhookOptions createWebhookOptions) throws ApiException
inboxId
- (required)createWebhookOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createWebhookAsync(UUID inboxId, CreateWebhookOptions createWebhookOptions, ApiCallback<WebhookDto> _callback) throws ApiException
inboxId
- (required)createWebhookOptions
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createWebhookForPhoneNumberCall(UUID phoneNumberId, CreateWebhookOptions createWebhookOptions, ApiCallback _callback) throws ApiException
phoneNumberId
- (required)createWebhookOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public WebhookDto createWebhookForPhoneNumber(UUID phoneNumberId, CreateWebhookOptions createWebhookOptions) throws ApiException
phoneNumberId
- (required)createWebhookOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<WebhookDto> createWebhookForPhoneNumberWithHttpInfo(UUID phoneNumberId, CreateWebhookOptions createWebhookOptions) throws ApiException
phoneNumberId
- (required)createWebhookOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createWebhookForPhoneNumberAsync(UUID phoneNumberId, CreateWebhookOptions createWebhookOptions, ApiCallback<WebhookDto> _callback) throws ApiException
phoneNumberId
- (required)createWebhookOptions
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call deleteAllWebhooksCall(OffsetDateTime before, ApiCallback _callback) throws ApiException
before
- before (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteAllWebhooks(OffsetDateTime before) throws ApiException
before
- before (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> deleteAllWebhooksWithHttpInfo(OffsetDateTime before) throws ApiException
before
- before (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteAllWebhooksAsync(OffsetDateTime before, ApiCallback<Void> _callback) throws ApiException
before
- before (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteWebhookCall(UUID inboxId, UUID webhookId, ApiCallback _callback) throws ApiException
inboxId
- (required)webhookId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteWebhook(UUID inboxId, UUID webhookId) throws ApiException
inboxId
- (required)webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> deleteWebhookWithHttpInfo(UUID inboxId, UUID webhookId) throws ApiException
inboxId
- (required)webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteWebhookAsync(UUID inboxId, UUID webhookId, ApiCallback<Void> _callback) throws ApiException
inboxId
- (required)webhookId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteWebhookByIdCall(UUID webhookId, ApiCallback _callback) throws ApiException
webhookId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public void deleteWebhookById(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<Void> deleteWebhookByIdWithHttpInfo(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call deleteWebhookByIdAsync(UUID webhookId, ApiCallback<Void> _callback) throws ApiException
webhookId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllAccountWebhooksCall(Integer page, Integer size, String sort, String eventType, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)eventType
- Optional event type (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageWebhookProjection getAllAccountWebhooks(Integer page, Integer size, String sort, String eventType, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)eventType
- Optional event type (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageWebhookProjection> getAllAccountWebhooksWithHttpInfo(Integer page, Integer size, String sort, String eventType, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)eventType
- Optional event type (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllAccountWebhooksAsync(Integer page, Integer size, String sort, String eventType, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageWebhookProjection> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)eventType
- Optional event type (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllWebhookResultsCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageWebhookResult getAllWebhookResults(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageWebhookResult> getAllWebhookResultsWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllWebhookResultsAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly, ApiCallback<PageWebhookResult> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllWebhooksCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, UUID inboxId, UUID phoneId, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)inboxId
- Filter by inboxId (optional)phoneId
- Filter by phoneId (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageWebhookProjection getAllWebhooks(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, UUID inboxId, UUID phoneId, OffsetDateTime before) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)inboxId
- Filter by inboxId (optional)phoneId
- Filter by phoneId (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageWebhookProjection> getAllWebhooksWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, UUID inboxId, UUID phoneId, OffsetDateTime before) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)inboxId
- Filter by inboxId (optional)phoneId
- Filter by phoneId (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllWebhooksAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, UUID inboxId, UUID phoneId, OffsetDateTime before, ApiCallback<PageWebhookProjection> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)inboxId
- Filter by inboxId (optional)phoneId
- Filter by phoneId (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxWebhooksPaginatedCall(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
inboxId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageWebhookProjection getInboxWebhooksPaginated(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageWebhookProjection> getInboxWebhooksPaginatedWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxWebhooksPaginatedAsync(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageWebhookProjection> _callback) throws ApiException
inboxId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getJsonSchemaForWebhookEventCall(String event, ApiCallback _callback) throws ApiException
event
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public JSONSchemaDto getJsonSchemaForWebhookEvent(String event) throws ApiException
event
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<JSONSchemaDto> getJsonSchemaForWebhookEventWithHttpInfo(String event) throws ApiException
event
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getJsonSchemaForWebhookEventAsync(String event, ApiCallback<JSONSchemaDto> _callback) throws ApiException
event
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getJsonSchemaForWebhookPayloadCall(UUID webhookId, ApiCallback _callback) throws ApiException
webhookId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public JSONSchemaDto getJsonSchemaForWebhookPayload(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<JSONSchemaDto> getJsonSchemaForWebhookPayloadWithHttpInfo(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getJsonSchemaForWebhookPayloadAsync(UUID webhookId, ApiCallback<JSONSchemaDto> _callback) throws ApiException
webhookId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getPhoneNumberWebhooksPaginatedCall(UUID phoneId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
phoneId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageWebhookProjection getPhoneNumberWebhooksPaginated(UUID phoneId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
phoneId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageWebhookProjection> getPhoneNumberWebhooksPaginatedWithHttpInfo(UUID phoneId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
phoneId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getPhoneNumberWebhooksPaginatedAsync(UUID phoneId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageWebhookProjection> _callback) throws ApiException
phoneId
- (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadCall(String eventName, ApiCallback _callback) throws ApiException
eventName
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public AbstractWebhookPayload getTestWebhookPayload(String eventName) throws ApiException
eventName
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<AbstractWebhookPayload> getTestWebhookPayloadWithHttpInfo(String eventName) throws ApiException
eventName
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadAsync(String eventName, ApiCallback<AbstractWebhookPayload> _callback) throws ApiException
eventName
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadBounceCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookBouncePayload getTestWebhookPayloadBounce() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookBouncePayload> getTestWebhookPayloadBounceWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadBounceAsync(ApiCallback<WebhookBouncePayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadBounceRecipientCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookBounceRecipientPayload getTestWebhookPayloadBounceRecipient() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookBounceRecipientPayload> getTestWebhookPayloadBounceRecipientWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadBounceRecipientAsync(ApiCallback<WebhookBounceRecipientPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadDeliveryStatusCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookDeliveryStatusPayload getTestWebhookPayloadDeliveryStatus() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookDeliveryStatusPayload> getTestWebhookPayloadDeliveryStatusWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadDeliveryStatusAsync(ApiCallback<WebhookDeliveryStatusPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadEmailOpenedCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookEmailOpenedPayload getTestWebhookPayloadEmailOpened() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookEmailOpenedPayload> getTestWebhookPayloadEmailOpenedWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadEmailOpenedAsync(ApiCallback<WebhookEmailOpenedPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadEmailReadCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookEmailReadPayload getTestWebhookPayloadEmailRead() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookEmailReadPayload> getTestWebhookPayloadEmailReadWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadEmailReadAsync(ApiCallback<WebhookEmailReadPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadForWebhookCall(UUID webhookId, ApiCallback _callback) throws ApiException
webhookId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public AbstractWebhookPayload getTestWebhookPayloadForWebhook(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<AbstractWebhookPayload> getTestWebhookPayloadForWebhookWithHttpInfo(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call getTestWebhookPayloadForWebhookAsync(UUID webhookId, ApiCallback<AbstractWebhookPayload> _callback) throws ApiException
webhookId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call getTestWebhookPayloadNewAttachmentCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookNewAttachmentPayload getTestWebhookPayloadNewAttachment() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookNewAttachmentPayload> getTestWebhookPayloadNewAttachmentWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewAttachmentAsync(ApiCallback<WebhookNewAttachmentPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewContactCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookNewContactPayload getTestWebhookPayloadNewContact() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookNewContactPayload> getTestWebhookPayloadNewContactWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewContactAsync(ApiCallback<WebhookNewContactPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewEmailCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookNewEmailPayload getTestWebhookPayloadNewEmail() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookNewEmailPayload> getTestWebhookPayloadNewEmailWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewEmailAsync(ApiCallback<WebhookNewEmailPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewSmsCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookNewSmsPayload getTestWebhookPayloadNewSms() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookNewSmsPayload> getTestWebhookPayloadNewSmsWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTestWebhookPayloadNewSmsAsync(ApiCallback<WebhookNewSmsPayload> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookCall(UUID webhookId, ApiCallback _callback) throws ApiException
webhookId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookDto getWebhook(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookDto> getWebhookWithHttpInfo(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookAsync(UUID webhookId, ApiCallback<WebhookDto> _callback) throws ApiException
webhookId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookResultCall(UUID webhookResultId, ApiCallback _callback) throws ApiException
webhookResultId
- Webhook Result ID (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookResultDto getWebhookResult(UUID webhookResultId) throws ApiException
webhookResultId
- Webhook Result ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookResultDto> getWebhookResultWithHttpInfo(UUID webhookResultId) throws ApiException
webhookResultId
- Webhook Result ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookResultAsync(UUID webhookResultId, ApiCallback<WebhookResultDto> _callback) throws ApiException
webhookResultId
- Webhook Result ID (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookResultsCall(UUID webhookId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly, ApiCallback _callback) throws ApiException
webhookId
- ID of webhook to get results for (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageWebhookResult getWebhookResults(UUID webhookId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly) throws ApiException
webhookId
- ID of webhook to get results for (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageWebhookResult> getWebhookResultsWithHttpInfo(UUID webhookId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly) throws ApiException
webhookId
- ID of webhook to get results for (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookResultsAsync(UUID webhookId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean unseenOnly, ApiCallback<PageWebhookResult> _callback) throws ApiException
webhookId
- ID of webhook to get results for (required)page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)unseenOnly
- Filter for unseen exceptions only (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookResultsUnseenErrorCountCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public UnseenErrorCountDto getWebhookResultsUnseenErrorCount() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<UnseenErrorCountDto> getWebhookResultsUnseenErrorCountWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getWebhookResultsUnseenErrorCountAsync(ApiCallback<UnseenErrorCountDto> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public okhttp3.Call getWebhooksCall(UUID inboxId, ApiCallback _callback) throws ApiException
inboxId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public List<WebhookDto> getWebhooks(UUID inboxId) throws ApiException
inboxId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public ApiResponse<List<WebhookDto>> getWebhooksWithHttpInfo(UUID inboxId) throws ApiException
inboxId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public okhttp3.Call getWebhooksAsync(UUID inboxId, ApiCallback<List<WebhookDto>> _callback) throws ApiException
inboxId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call redriveWebhookResultCall(UUID webhookResultId, ApiCallback _callback) throws ApiException
webhookResultId
- Webhook Result ID (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookRedriveResult redriveWebhookResult(UUID webhookResultId) throws ApiException
webhookResultId
- Webhook Result ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookRedriveResult> redriveWebhookResultWithHttpInfo(UUID webhookResultId) throws ApiException
webhookResultId
- Webhook Result ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call redriveWebhookResultAsync(UUID webhookResultId, ApiCallback<WebhookRedriveResult> _callback) throws ApiException
webhookResultId
- Webhook Result ID (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call sendTestDataCall(UUID webhookId, ApiCallback _callback) throws ApiException
webhookId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public WebhookTestResult sendTestData(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<WebhookTestResult> sendTestDataWithHttpInfo(UUID webhookId) throws ApiException
webhookId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call sendTestDataAsync(UUID webhookId, ApiCallback<WebhookTestResult> _callback) throws ApiException
webhookId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call updateWebhookHeadersCall(UUID webhookId, WebhookHeaders webhookHeaders, ApiCallback _callback) throws ApiException
webhookId
- (required)webhookHeaders
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public WebhookDto updateWebhookHeaders(UUID webhookId, WebhookHeaders webhookHeaders) throws ApiException
webhookId
- (required)webhookHeaders
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<WebhookDto> updateWebhookHeadersWithHttpInfo(UUID webhookId, WebhookHeaders webhookHeaders) throws ApiException
webhookId
- (required)webhookHeaders
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call updateWebhookHeadersAsync(UUID webhookId, WebhookHeaders webhookHeaders, ApiCallback<WebhookDto> _callback) throws ApiException
webhookId
- (required)webhookHeaders
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call verifyWebhookSignatureCall(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions, ApiCallback _callback) throws ApiException
verifyWebhookSignatureOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public VerifyWebhookSignatureResults verifyWebhookSignature(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions) throws ApiException
verifyWebhookSignatureOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<VerifyWebhookSignatureResults> verifyWebhookSignatureWithHttpInfo(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions) throws ApiException
verifyWebhookSignatureOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call verifyWebhookSignatureAsync(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions, ApiCallback<VerifyWebhookSignatureResults> _callback) throws ApiException
verifyWebhookSignatureOptions
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.