FluxyChat

Auth

Sign in (JWT + user channel)

Same as mint token but returns user channel WebSocket paths.

POST
/auth/signin

Authorization

fluxyApiKey
X-Fluxy-Api-Key<token>

Project API key (prefix fc_...)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/auth/signin" \  -H "Content-Type: application/json" \  -d '{    "userId": "string",    "roles": [      "string"    ]  }'
Empty