Welcome to Tomba Docs! Create a free Tomba accountand gain instant access to 400+ million contacts!
Tomba

Leads

Endpoint:https://api.tomba.io/v1

Retrieve Leads

GET
https://api.tomba.io/v1
/leads

Retrieve a paginated list of leads. Optionally filter by domain.

Retrieve Leadsquery Parameters

  • domainstring

    Filter leads by domain.

  • pageinteger

    Page number.

    Default: 1
  • limitinteger

    Number of leads per page.

    Default: 10

Retrieve LeadsResponses

    • dataobject[]
    • metaobject

Retrieve a Single Lead

GET
https://api.tomba.io/v1
/leads/{leadId}

Retrieve detailed information for a specific lead.

Retrieve a Single Leadpath Parameters

  • leadIdstring · required

    The ID of the lead.

Retrieve a Single LeadResponses

    • idstring · required
    • emailstring · required
    • firstNamestring
    • lastNamestring
    • companystring
    • titlestring
    • attributesobject[]

Update a lead

PUT
https://api.tomba.io/v1
/leads/{leadId}

Update the fields of a lead using id.

Update a leadpath Parameters

  • leadIdstring · required

    The ID of the lead.

Update a leadResponses

    • idstring · required
    • emailstring · required
    • firstNamestring
    • lastNamestring
    • companystring
    • titlestring
    • attributesobject[]

Delete a lead

DELETE
https://api.tomba.io/v1
/leads/{leadId}

Delete a lead using id.

Delete a leadpath Parameters

  • leadIdstring · required

    The ID of the lead.

Delete a leadResponses

    • dataobject