# Cvent Registration Bulk API

**Canonical:** https://apis.io/apis/cvent-registration/cvent-registration-bulk-api/  
**Provider:** Cvent Registration — https://apis.io/providers/cvent-registration/  
**Base URL:** https://api-platform.cvent.com  
**Documentation:** https://developers.cvent.com/docs/rest-api/guides/registration-guide

Cvent Registration Bulk API is one of 62 APIs that [Cvent Registration](https://apis.io/providers/cvent-registration/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Bulk. The published artifact set on APIs.io includes an OpenAPI specification.

The Bulk API provides a simple interface to upload large amounts of data into Cvent. The API processes the uploaded data asynchronously making API calls on behalf of the caller. Consumers of the bulk API will do the following: * [Create a bulk job](#operation/createBulkJob) with or without data * *(Optional)* If a bulk job was created without data, then [upload bulk job data](#operation/uploadBulkJobData) as many times as needed * *(Optional)* [Run bulk job](#operation/runBulkJob) * Use [get bulk job](#operation/getBulkJobById) to track status * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded For more details, see the [Bulk Job User Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job will be available for 1 week after completion to get results. Right now we do NOT support bulk GET requests.

## Operations (6)

| Method | Path | Summary |
|---|---|---|
| POST | `/bulk-jobs` | Create Bulk Job |
| GET | `/bulk-jobs/{id}` | Get Bulk Job |
| POST | `/bulk-jobs/{id}/cancel` | Cancel Bulk Job |
| POST | `/bulk-jobs/{id}/data` | Upload Bulk Job Data |
| GET | `/bulk-jobs/{id}/results` | List Bulk Job Result |
| POST | `/bulk-jobs/{id}/run` | Run Bulk Job |

## Machine-readable artifacts (1)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/cvent-registration/refs/heads/main/openapi/cvent-registration-bulk-api-openapi.yml

## Other Cvent Registration APIs (12)

- [Cvent Registration REST API](https://apis.io/apis/cvent-registration/rest-api/)
- [Cvent Registration Webhooks](https://apis.io/apis/cvent-registration/webhooks/)
- [Cvent Registration Attendees API](https://apis.io/apis/cvent-registration/cvent-registration-attendees-api/)
- [Cvent Registration Contacts API](https://apis.io/apis/cvent-registration/cvent-registration-contacts-api/)
- [Cvent Registration Events API](https://apis.io/apis/cvent-registration/cvent-registration-events-api/)
- [Cvent Registration Exhibitors API](https://apis.io/apis/cvent-registration/cvent-registration-exhibitors-api/)
- [Cvent Registration Sessions API](https://apis.io/apis/cvent-registration/cvent-registration-sessions-api/)
- [Cvent Registration Webhooks API](https://apis.io/apis/cvent-registration/cvent-registration-webhooks-api/)
- [Cvent SOAP API (legacy V200611)](https://apis.io/apis/cvent-registration/soap-api/)
- [Cvent Registration Orders and Transactions API](https://apis.io/apis/cvent-registration/cvent-registration-orders-api/)
- [Cvent Registration Surveys API](https://apis.io/apis/cvent-registration/cvent-registration-surveys-api/)
- [Cvent Registration Speakers API](https://apis.io/apis/cvent-registration/cvent-registration-speakers-api/)

## Tags

Bulk

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/cvent-registration/cvent-registration-bulk-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/cvent-registration/.
