v1

latestOpenAPI 3.1.02026-07-269027.5 KB

Información general

Este endpoint retorna la información general de la cuenta del cliente, incluyendo estado de bloqueo, configuración de facturación (prepago o pospago), detalles financieros, datos de contacto y facturación.

get/api/account/v5/info

Response

200

responseTimenumber
statusCodeinteger
statusMessagestring
timeStampstring

Example response

{
  "payLoad": {
    "accountId": 13245578,
    "billing": {
      "availableBalance": 9983828.9,
      "billingAccount": 99910010002,
      "billingCountry": "CO",
      "billingType": "postpaid",
      "monthlyCreditLimit": 10000000,
      "taxId": "900994857"
    },
    "createdAt": "2015-01-01T22:10:05-05:00",
    "currency": "COP",
    "email": "info@hablame.co"
  },
  "responseTime": 1.21,
  "statusCode": 200,
  "statusMessage": "OK",
  "timeStamp": "2025-05-03T15:13:04-05:00"
}