PheroAPI
  • Bienvenidos a Phero!
  • Autenticación
    • Login
    • Generate API key
    • Me
    • Test API key
  • Crear nueva carga
  • Webhooks
  • Consultar notificación
  • Test de Notificaciones
  • Bultos
  • Specification
  • Politicas de privacidad
Con tecnología de GitBook
En esta página

¿Te fue útil?

  1. Autenticación

Test API key

AnteriorMeSiguienteCrear nueva carga

Última actualización hace 1 año

¿Te fue útil?

get
Respuestas
200Éxito
application/json
default
Información actual del usuario
application/json
get
GET /api/auth/api-key HTTP/1.1
Host: 
Accept: */*
{
  "_id": {},
  "name": "text",
  "rut": "text",
  "email": "text",
  "isFirstTime": true,
  "emailVerified": true,
  "acceptedTerms": true,
  "fcmToken": "text",
  "verificationToken": "text",
  "password": "text",
  "position": "text",
  "phone": "text",
  "roles": [
    "text"
  ],
  "avatar": {},
  "company": {},
  "createdAt": "2025-06-10T22:08:25.273Z",
  "updatedAt": "2025-06-10T22:08:25.273Z",
  "isDeleted": true,
  "checkPassword": {}
}