OonoBox API
Api

Create or update a contact by phone number.

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