Retrieve Leads
Retrieve a paginated list of leads. Optionally filter by domain.
query Parameters
domainFilter leads by domain.
pagePage number.
limitNumber of leads per page.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Retrieve Leads › Responses
A list of leads.
Retrieve a Single Lead
Retrieve detailed information for a specific lead.
path Parameters
leadIdThe ID of the lead.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Retrieve a Single Lead › Responses
A lead object.
idemailUpdate a lead
Update the fields of a lead using id.
path Parameters
leadIdThe ID of the lead.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Update a lead › Responses
A lead object.
idemailDelete a lead
Delete a lead using id.
path Parameters
leadIdThe ID of the lead.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete a lead › Responses
Lead deleted successfully