Star us on Github ⭐
Join our discord
Book a demo
Search...
/
Overview
API Reference
Integration Guides
API Reference
Ats
Chat
Connection
Crm
Company
Contact
Deal
Event
Lead
GET
Get Lead
GET
Get Leads
POST
Create Lead
PATCH
Update Lead
POST
Search Leads
Note
Properties
Proxy
Task
User
Field Mapping
Metadata
Sync
Ticket
Star us on Github ⭐
Join our discord
Book a demo
API Reference
Crm
Lead
Update Lead
PATCH
https://
api.revert.dev
/
crm
/
leads
/
:id
Update a lead
Path parameters
id
string
Required
Headers
x-revert-api-token
string
Required
Your official API key for accessing revert apis.
x-revert-t-id
string
Required
The unique customer id used when the customer linked their account.
x-api-version
string
Optional
Optional Revert API version you're using. If missing we default to the latest version of the API.
Request
This endpoint expects an object.
additional
any
Required
Any fields that are not unified yet/non-unifiable come inside this
json
object.
email
string
Required
The email of the lead in a CRM.
firstName
string
Required
The first name of the lead in a CRM.
lastName
string
Required
The last name of the lead in a CRM.
phone
string
Required
The phone number of the lead in a CRM.
associations
object
Optional
Show 3 properties
Response
This endpoint returns an object.
status
"ok" or "error"
Allowed values:
ok
error
message
string
result
any
Built with