Telecommunications operator · Colombia

The operator platform,
ready as an API.

Hablame Colombia S.A. E.S.P. is a Colombian telecommunications operator with its own infrastructure. Our platform integrates through a single Bearer-authenticated HTTP surface, built for production.

Bearer authenticationUniform JSON envelopeSigned webhooksStable error codes
https://developers.hablame.co/api/v6/utilities/ping
# 1. Make the call
curl -i -H 'Authorization: Bearer hk_...' \
  https://developers.hablame.co/api/v6/utilities/ping

# 2. Read the headers Hablame returns
HTTP/1.1 200 OK
Content-Type:        application/json; charset=utf-8
RateLimit-Limit:     20
RateLimit-Remaining: 19
RateLimit-Reset:     47
RateLimit-Policy:    20;w=60;name="endpoint"

# 3. And the uniform envelope
{
  "success": true,
  "data": {
    "pong":       true,
    "apiVersion": "v6",
    "client":     { "ip": "203.0.113.45" },
    "account":    { "id": 10000003, "status": "active" }
  },
  "meta": {
    "requestId":      "b9b1704baffab21150213c02fd853975",
    "timestamp":      "2026-06-04T19:43:59+00:00",
    "responseTimeMs": 4.24
  }
}

Licensed operator

Services authorized by the Colombian Ministry of ICT.

CRC compliance

Subject to the regulation of the Communications Regulation Commission.

Our own infrastructure

We operate the network in Colombia, we do not resell it.

Hablame Colombia S.A. E.S.P.

Public utility company incorporated in Colombia.

On the way

What is not here yet

v6 ships endpoint by endpoint. These are announced but do not have a published contract yet, so you will not find them in the reference. The changelog announces them when they land.

POST/api/v6/sms/sendTransactional SMSComing soon
POST/api/v6/whatsapp/sendWhatsApp BusinessComing soon
POST/api/v6/email/sendTransactional emailComing soon
POST/api/v6/callblasting/otpOTP by callComing soon

Ready to integrate the operator?

Start with the documentation, open the full reference or check the platform status.