---
title: "Información general"
method: GET
path: "/api/account/v5/info"
---

# Información general

`GET /api/account/v5/info`

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.

## Response `200`

200

- object
  - `payLoad` object
    - `accountId` integer
    - `billing` object
      - `availableBalance` number
      - `billingAccount` integer
      - `billingCountry` string
      - `billingType` string
      - `monthlyCreditLimit` integer
      - `monthlyUsage` unknown
      - `taxId` string
    - `blockStatus` object
      - `billing` boolean
      - `fraud` boolean
      - `general` boolean
    - `createdAt` string
    - `currency` string
    - `email` string
    - `paymentUrl` unknown
  - `responseTime` number
  - `statusCode` integer
  - `statusMessage` string
  - `timeStamp` string

---

[API](https://skmtc.net/hablame/apis/hablame-endpoint.md) · [All operations](https://skmtc.net/hablame/apis/hablame-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hablame/hablame-endpoint/revisions/85bf95a80250/schema)
