{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Batch API", "version": "3.0.0" }, "items": [ { "info": { "name": "Batch", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Batch Read Subscriptions", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/subscriptions/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of subscription records by their IDs. Useful for retrieving multiple subscriptions in a single API call." }, { "info": { "name": "Hubspot Batch Create Subscriptions", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/subscriptions/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple subscription records in a single API call." }, { "info": { "name": "Hubspot Batch Update Subscriptions", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/subscriptions/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple subscription records in a single API call." }, { "info": { "name": "Hubspot Batch Read Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/companies/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of company records by their IDs or unique property values. Useful for retrieving multiple companies in a single API call instead of making individual requests." }, { "info": { "name": "Hubspot Batch Create Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/companies/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple company records in a single API call. The request body should include an array of company property objects." }, { "info": { "name": "Hubspot Batch Update Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/companies/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple company records in a single API call. Each record in the request must include the company ID and the properties to update." }, { "info": { "name": "Hubspot Batch Archive Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/companies/batch/archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archives multiple company records in a single API call by their IDs. Archived companies can be restored using the HubSpot UI or API." }, { "info": { "name": "Hubspot Batch Read Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/contacts/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of contact records by their IDs or unique property values. Useful for retrieving multiple contacts in a single API call instead of making individual requests." }, { "info": { "name": "Hubspot Batch Create Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/contacts/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple contact records in a single API call. The request body should include an array of contact property objects. Returns the created contact records." }, { "info": { "name": "Hubspot Batch Update Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/contacts/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple contact records in a single API call. Each record in the request must include the contact ID and the properties to update." }, { "info": { "name": "Hubspot Batch Archive Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/contacts/batch/archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archives multiple contact records in a single API call by their IDs. Archived contacts can be restored using the HubSpot UI or API." }, { "info": { "name": "Hubspot Batch Read Deals", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/deals/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of deal records by their IDs or unique property values. Useful for retrieving multiple deals in a single API call." }, { "info": { "name": "Hubspot Batch Create Deals", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/deals/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple deal records in a single API call. The request body should include an array of deal property objects." }, { "info": { "name": "Hubspot Batch Update Deals", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/deals/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple deal records in a single API call. Each record in the request must include the deal ID and the properties to update." }, { "info": { "name": "Hubspot Batch Archive Deals", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/deals/batch/archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archives multiple deal records in a single API call by their IDs. Archived deals can be restored using the HubSpot UI or API." }, { "info": { "name": "Hubspot Batch Read Tickets", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tickets/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of ticket records by their IDs or unique property values. Useful for retrieving multiple tickets in a single API call." }, { "info": { "name": "Hubspot Batch Create Tickets", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tickets/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple ticket records in a single API call. The request body should include an array of ticket property objects." }, { "info": { "name": "Hubspot Batch Update Tickets", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tickets/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple ticket records in a single API call. Each record in the request must include the ticket ID and the properties to update." }, { "info": { "name": "Hubspot Batch Archive Tickets", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tickets/batch/archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archives multiple ticket records in a single API call by their IDs. Archived tickets can be restored using the HubSpot UI or API." }, { "info": { "name": "Hubspot Batch Read Email Engagements", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/emails/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of email engagement records by their IDs. Useful for retrieving multiple email engagements in a single API call." }, { "info": { "name": "Hubspot Batch Create Email Engagements", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/emails/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple email engagement records in a single API call." }, { "info": { "name": "Hubspot Batch Update Email Engagements", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/emails/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple email engagement records in a single API call." }, { "info": { "name": "Hubspot Batch Read Meetings", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/meetings/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of meeting records by their IDs. Useful for retrieving multiple meetings in a single API call." }, { "info": { "name": "Hubspot Batch Create Meetings", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/meetings/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple meeting engagement records in a single API call." }, { "info": { "name": "Hubspot Batch Update Meetings", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/meetings/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple meeting engagement records in a single API call." }, { "info": { "name": "Hubspot Batch Read Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tasks/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "Reads a batch of task records by their IDs. Useful for retrieving multiple tasks in a single API call." }, { "info": { "name": "Hubspot Batch Create Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tasks/batch/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple task engagement records in a single API call." }, { "info": { "name": "Hubspot Batch Update Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/tasks/batch/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple task engagement records in a single API call." } ] } ], "bundled": true }