v6 API · Documentation

Build with the Hablame v6 API.

REST endpoints for SMS, WhatsApp, e-mail and other messaging primitives. Bearer-authenticated, uniform JSON envelope, IETF rate-limit headers and a machine-readable error catalog, built for high-volume integrations.

Concepts

Five reads that cover everything

Take them in order on day one; come back to them as reference.

Reference

Endpoints, errors and machine-readable spec

The reference is auto-generated from our OpenAPI spec. Every endpoint shows parameters, schemas, response codes with examples, code samples in 8+ languages, and a Try It panel that hits the live API with your bearer.

Quickstart

The shortest path to a 200

If /utilities/ping returns 200, your wiring is sound. From there, browse the reference for module endpoints.

curl
$ curl -H 'Authorization: Bearer hk_YOUR_API_KEY' \
       https://developers.hablame.co/api/v6/utilities/ping

Read the full walk-through in Getting started.

Coverage

What's documented today

v6 is rolling out endpoint by endpoint. Subscribe to the changelog for new releases.

GET /api/v6/utilities/ping Available
POST /api/v6/sms/send Coming soon
POST /api/v6/whatsapp/send Coming soon
POST /api/v6/email/send Coming soon
POST /api/v6/callblasting/otp Coming soon