---
title: "Authorize a Pusher private channel subscription"
method: POST
path: "/v1/pusher/auth"
tags: ["pusher"]
---

# Authorize a Pusher private channel subscription

`POST /v1/pusher/auth`

## Request body

- object
  - `socketId` string, required
  - `channelName` string, required

## Response `200`

Successful response

- PusherAuthOutput
  - `auth` string, required
  - `channel_data` string
  - `shared_secret` 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/34b8f4885f8a/schema)
