Discussions

Ask a Question
Back to All

Integracion con contact form

Integracion con Contact Form en mi web

Hola! Estoy intentando integrar el webcontact de mi web a tokko, probando en postman:

curl -X POST "https://tokkobroker.com/api/v1/webcontact/"
-H "Content-Type: application/json"
-d '{
"first_name": "John",
"last_name": "Doe",
"email": "[email protected] ",
"phone": "123456789",
"message": "Mensaje de prueba",
"subject": "Consulta de propiedades",
"source": "Página web",
"key": "XXXXXAPIXXXXX"
}'

y me devuelve un 401 de unauthorized.