API v6

Build with the Hablame API

Bearer authentication, a uniform JSON envelope, standard usage-limit headers and a machine-readable error catalog. Designed for high-volume integrations.

Concepts

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

Webhooks

The events Hablame sends to your server. Envelope contract, HMAC signature and a per-service event catalog.

The shortest path to a 200

If `/utilities/ping` returns 200, your wiring is fine. From there, browse the reference for the endpoints of each service.

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

Documented today

32 endpoints across 9 services. This list is generated from the same source as the reference, so it cannot go stale.

OpenAPI specification

The spec is generated from the same source as this documentation. Use it to generate clients, import the collection into your favorite tool or validate contracts.