Auth
Channel auth (Pusher-compatible)
Returns signed auth for private or presence channel subscription during migration.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/auth/channel" \ -H "Content-Type: application/json" \ -d '{ "socket_id": "string" }'Empty