For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cuenta

Consulta información de la cuenta asociada al token de autenticación

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringRequiredExample: application/json
Responses
200

OK

application/json
successbooleanOptional
nombrestringOptional
emailstringOptional
consultasintegerOptional
get/cuenta
GET /api/v2/cuenta HTTP/1.1
Host: api.migo.pe
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: application/json
{
  "success": false,
  "nombre": "Test User",
  "email": "test@example.com",
  "consultas": 0
}

Last updated