Website logo
⌘K
📞 CONFIGURACIÓN DISPOSITIVOS
TELÉFONOS IP
📱SOFTPHONES
🖥PBX IP
🔘ROUTERS / ADAPTADORES
🔧 API
Cómo empezar
Información general del usuario (get)
Información general del número (get)
Tarifas Planas
Listado de llamadas CDR
Lista Negra
Lista Blanca
Descargar grabaciones
Añadir usuarios a la agenda
↔TRANSFERIR LLAMADAS
En cualquier dispositivo
Yealink
Grandstream GXP
Cisco
✅BLF
Cisco
Zoiper
👁‍🗨 ENCRIPTAR LLAMADAS
Docs powered by Archbee
🔧 API

Información general del usuario (get)

2min
Text
https://api.fmeuropa.com/user/numerousuario?apikey=xxxxxxxxxxxxxxxxxxx


Sustituye "numerousuario" por tu número de usuario (si no lo sabes nos puedes consultar)

RESPUESTA CON USUARIO NO EXISTENTE O NO ASOCIADO A LA APIKEY

Text
{
    "status": "fail",
    "code": 404,
    "message": "User not found."
}


RESPUESTA CON USUARIO CORRECTO

Text
{
    "status": "success",
    "data": {
        "user_data": {
            "name": "XXXXXXXXXXXXXXXXXXXXX",
            "username": "XXXXX",
            "email": "XXXXXXXXXXXXXXXXXXXX",
            "phone": "XXXXXX",
            "ccc_pagos": "XXXXXXXXXXXXXXXXXXXXXXX",
            "cnif": "XXXXXXX",
            "fax": "",
            "address": "XXXXXXXXXXXXXX",
            "city": "Zaragoza",
            "legal_rep_name": "",
            "legal_rep_nif": "",
            "is_company": false,
            "province": "Zaragoza",
            "post_code": "50005",
            "join_date": {
                "date": "2017-03-06 00:00:00.000000",
                "timezone_type": 3,
                "timezone": "Europe/Madrid"
            },


La respuesta real es mucho más larga y contiene mucha más información

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Cómo empezar
NEXT
Información general del número (get)
Docs powered by Archbee
Docs powered by Archbee