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.

Last updated
Was this helpful?