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

Lead Lists

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

Retrieve Leads Lists

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

Retrieve a list of leads lists.

Retrieve Leads ListsResponses

    • dataobject[]

Create Leads List

POST
https://api.tomba.io/v1
/leads_lists

Create a new leads list.

Create Leads ListRequest Body

  • idstring · required
  • namestring · required
  • descriptionstring
  • leadsobject[]

Create Leads ListResponses

    • idstring · required
    • namestring · required
    • descriptionstring
    • leadsobject[]

Retrieve a Single Leads List

GET
https://api.tomba.io/v1
/leads_lists/{listId}

Retrieve details of a specific leads list.

Retrieve a Single Leads Listpath Parameters

  • listIdstring · required

    The ID of the leads list.

Retrieve a Single Leads ListResponses

    • idstring · required
    • namestring · required
    • descriptionstring
    • leadsobject[]

Update Leads List

PUT
https://api.tomba.io/v1
/leads_lists/{listId}

Update a specific leads list.

Update Leads Listpath Parameters

  • listIdstring · required

    The ID of the leads list.

Update Leads ListRequest Body

  • idstring · required
  • namestring · required
  • descriptionstring
  • leadsobject[]

Update Leads ListResponses

    • idstring · required
    • namestring · required
    • descriptionstring
    • leadsobject[]

Delete Leads List

DELETE
https://api.tomba.io/v1
/leads_lists/{listId}

Delete a specific leads list.

Delete Leads Listpath Parameters

  • listIdstring · required

    The ID of the leads list.

Delete Leads ListResponses

    No schema specified