Table of Contents

Interface ISmApnsCert

Namespace
Meraki.Api.Interfaces.Products.Sm
Assembly
Meraki.Api.dll

Represents a collection of functions to interact with the API endpoints

public interface ISmApnsCert

Methods

GetOrganizationSmApnsCertAsync(string, CancellationToken)

Get the organization's APNS certificate

[Get("/organizations/{organizationId}/sm/apnsCert")]
Task<ApnsCert> GetOrganizationSmApnsCertAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

cancellationToken CancellationToken

Returns

Task<ApnsCert>

Exceptions

ApiException

Thrown when fails to make API call