hubspot
hubspot
Get Formulario Previsualizacion
Obtiene los datos del formulario de previsualizacion por token. Este endpoint es llamado por el frontend para cargar los datos.
get/api/hubspot/formulario_previsualizacion/{token}
Path parameters
tokenstring required
Response
Successful Response
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.