Available Endpoints
SYNC API
| Endpoint | Description |
|---|---|
| Search Contacts | Use this endpoint to search for individuals at specific companies |
| Search Companies | Use this endpoint to search for companies based on a variety of attributes. |
| Fetch Contact Details | Use this endpoint to fetch detailed employment and personal information for a specific contact. |
| Fetch Company Details | Use this endpoint to fetch detailed information about a single company, including name, location, phone number, revenue, employee count, industry classification, and social media links. |
| Fetch Company News By Category | Use this endpoint to fetch recent news articles related to a specific company. |
| Fetch Company News Feed | Use this endpoint to return a paginated list of recent news articles for a specific company. |
| Fetch Company Logo | Use this endpoint to fetch a company's logo in PNG format at the requested size. |
| Match Company And Contact | This endpoint matches companies and contacts against Demandbase's database based on provided firmographic and contact details |
ASYNC API
| Endpoint | Description |
|---|---|
| Get Bulk Job Status | Check the status of a bulk job using its unique job ID. |
| Match Companies And Contacts In Bulk | Use this endpoint to enrich company and contact records in bulk using a CSV file upload. |
| Create A Bulk Data Retrieval Job | Create and run asynchronous bulk jobs to retrieve company or contact data using entity IDs or search filters. This API is ideal for large data exports with a file-based CSV output. |
SUBSCRIPTION API
| Endpoint | Description |
|---|---|
| Update An Existing Subscription | Use this API to update an existing subscription. |
| Create A New Subscription | Use this endpoint to create a subscription for monitoring updates to companies or DB Person records. |
| Get Subscription Entity Ids | Retrieve all entity IDs (company or dbPerson) associated with a given subscription. |
| Retrieve A Specific Subscription Alert | Retrieve detailed alert updates for a specific subscription using its subscription ID and alert ID. |
| List Subscription Alerts | Retrieve a paginated list of alerts generated for the specified subscription ID. |
| Retrieve Subscription Details | Fetch detailed information for a specific subscription using its subscription ID. |
| Delete A Subscription | Permanently delete a subscription using its subscription ID. This operation removes the subscription from the system and halts all future notifications or alerts related to it. |
| List Subscription Jobs | Retrieve a paginated list of all subscription jobs created by your tenant. |
| Check Subscription Job Status | Retrieve the current status of a bulk subscription job using its unique job ID. |
| List Subscriptions | Retrieve a list of all subscriptions associated with your tenant. |
Updated 1 day ago