---
title: "Authorize multiple Pusher private channel subscriptions in one request"
method: POST
path: "/v1/pusher/auth-batch"
tags: ["pusher"]
---

# Authorize multiple Pusher private channel subscriptions in one request

`POST /v1/pusher/auth-batch`

## Request body

- object
  - `socketId` string, required
  - `channelNames` string[], required

## Response `200`

Successful response

- PusherAuthBatchOutput
  - `results` PusherAuthBatchResult[], required
    - `channelName` string, required
    - `auth` string
    - `channel_data` string
    - `shared_secret` string
    - `error` string

## Other responses

- `404` — Resource not found

---

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