Api
Send a free-form text message (only within the 24-hour customer window).
Authorization
apiKey AuthorizationBearer <token>
API key: oono_sk_live_...
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/messages/text" \ -H "Content-Type: application/json" \ -d '{}'Empty