latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

web_push
channel/web_push

List all Web Push integrations

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

get/integrations/web_push

Response

OK

Example response

{
  "data": [
    {
      "config": {
        "private_key": "y56TIPdEzrQ0Ku_uQbGGkB84mYdF9pJl5IHvmAZ_fVs",
        "public_key": "BNKZeSrRX_c3QfqzOvv1oshpj1qPbDcUJHKET6Ahs2u9-F4HgllPYxtgaGvGSqfytuALumX5NYZPLD8YmCwBxcw"
      },
      "id": "123",
      "name": "<provider-name>"
    }
  ],
  "links": {
    "first": "https://api.magicbell.com/v1/example",
    "next": "https://api.magicbell.com/v1/example?page_next=abc",
    "prev": null
  }
}