hubspot
hubspot

Get Formulario Finalizacion

Obtiene los datos del formulario de finalización por token. Este endpoint es llamado por el frontend para cargar los datos.

get/api/hubspot/formulario_finalizacion/{token}

Path parameters

tokenstring required

Response

Successful Response

successboolean required

Example response

{
  "data": {
    "email_cliente": "cliente@example.com",
    "estado": "pendiente_firma",
    "fecha_creacion": "2025-12-12T10:30:00",
    "fotos_urls": {
      "foto_1": "<https://...>"
    },
    "propiedades": {
      "firstname": "Juan"
    }
  },
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.