---
title: "List all Web Push integrations"
method: GET
path: "/integrations/web_push"
tags: ["web_push", "channel/web_push"]
---

# List all Web Push integrations

`GET /integrations/web_push`

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

## Response `200`

OK

- WebpushConfigCollection
  - `data` WebpushConfig[]
    - `config` WebpushConfigPayload, required
      - `private_key` string, required — VAPID private key.
      - `public_key` string, required — VAPID public key - read more at https://magicbell.com/tools/vapid-keys.
    - `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)
