API - Updating Lead fields

How to update a Lead's fields via API.

Route

PUT /leads?apitoken=your-token&i=your-instance

Full endpoint: https://sprinthub-api-master.sprinthub.app/leads?apitoken=your-token&i=your-instance

Query Params

Key
Description

i

Identifier of your instance, subdomain

apitoken

API token

Default system fields

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

Example updating Lead fields

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

PUT request to update Lead.

Last updated

Was this helpful?