Passer au contenu principal
GET
https://{tenantDomain}/api/v2
/
guardian
/
factors
/
push-notification
/
providers
/
apns
C#
using Auth0.ManagementApi;
using System.Threading.Tasks;

public partial class Examples
{
    public async Task Example() {
        var client = new ManagementClient(
            token: "<token>"
        );

        await client.Guardian.Factors.PushNotification.GetApnsProviderAsync();
    }

}
{
  "bundle_id": "<string>",
  "sandbox": true,
  "enabled": true
}

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Réponse

APNS configuration successfully retrieved.

bundle_id
string | null
Required string length: 1 - 20
sandbox
boolean
enabled
boolean