OonoBox API
Api

Send an approved template message to a phone number.

POST
/api/v1/messages/template
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/template" \  -H "Content-Type: application/json" \  -d '{}'
Empty