FluxyChat

Auth

Send SMS OTP

Server-side only. Requires Sent.dm or SMS provider configured on Worker.

POST
/auth/sms-otp/send

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/sms-otp/send" \  -H "Content-Type: application/json" \  -d '{    "userId": "string",    "e164": "string"  }'
Empty