Table of Contents

Interface IOrganizationsWebhooksCallbacks

Namespace
Meraki.Api.Interfaces.General.Organizations
Assembly
Meraki.Api.dll
public interface IOrganizationsWebhooksCallbacks

Methods

GetOrganizationWebhooksCallbacksStatusAsync(string, string, CancellationToken)

Return the status of an API callback

[Get("/organizations/{organizationId}/webhooks/callbacks/statuses/{callbackId}")]
Task<CallbackStatus> GetOrganizationWebhooksCallbacksStatusAsync(string organizationId, string callbackId, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

callbackId string

The id of the callback

cancellationToken CancellationToken

Returns

Task<CallbackStatus>

Exceptions

ApiException

Thrown when fails to make API call