For the complete documentation index, see llms.txt. This page is also available as Markdown.

API - Updating Lead fields

How to update Lead fields via API.

Route

PUT /leads?apitoken=seu-token&i=sua-instancia

Full endpoint: https://sprinthub-api-master.sprinthub.app/leads?apitoken=seu-token&i=sua-instancia

Query Params

Key
Description

i

Your instance identifier, subdomain

apitoken

API Token

System default fields

Click here to see what the system default fields for Leads are, such as, for example, firstname, lastname, whatsapp, among others.

Example of updating Lead fields

The aliases of the fields to be updated for the Lead were inserted in the request body. The request was sent using the software Postman.

PUT request to update a Lead.

Last updated

Was this helpful?