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