---
title: "List all APNs integrations"
method: GET
path: "/integrations/apns"
tags: ["apns", "channel/mobile_push"]
---

# List all APNs integrations

`GET /integrations/apns`

Retrieves the current APNs integration configurations for a specific integration type in the project. Returns configuration details and status information.

## Response `200`

OK

- APNSConfigCollection
  - `data` APNSConfig[]
    - `config` APNSConfigPayload, required
      - `app_id` string, required — The default bundle identifier of the application that is configured with this project. It can be overriden on a per token basis, when registering device tokens.
      - `badge` 'unread' | 'unseen', required — Controls whether the app icon badge counts unread or unseen notifications.
      - `certificate` string, required — The APNs certificate in P8 format. Generate it at [developer.apple.com](https://developer.apple.com/account/resources/authkeys/add) with the 'Apple Push Notification service (APNs)' option selected.
      - `key_id` string, required — The 10-character Key ID from your Apple Developer account used with the P8 certificate.
      - `payload_version` '1' | '2' — Internal payload format version used by MagicBell.
      - `team_id` string, required — The Apple Developer Team ID that owns the configured key.
    - `id` string, required
    - `name` string, required
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
