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
stringThe organization id
callbackId
stringThe id of the callback
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call