# Cometly API Docs ## Docs - [Create Company Export](https://docs.cometly.com/api-reference/endpoint/create-company-export.md): Create an asynchronous export job to generate a downloadable file of companies - [Create Contact](https://docs.cometly.com/api-reference/endpoint/create-contact.md): Create a new contact with arrays of emails, phones, names, and locations - [Create Contact Export](https://docs.cometly.com/api-reference/endpoint/create-contact-export.md): Create an asynchronous export job to generate a downloadable file of contacts - [Create Event](https://docs.cometly.com/api-reference/endpoint/create-event.md): Create a new event to track conversions and user interactions - [Create Event Export](https://docs.cometly.com/api-reference/endpoint/create-event-export.md): Create an asynchronous export job to generate a downloadable file of events - [Delete Event](https://docs.cometly.com/api-reference/endpoint/delete-event.md): Delete a specific event by its ID - [Get Company](https://docs.cometly.com/api-reference/endpoint/get-company.md): Retrieve details of a specific company by its ID - [Get Company Export](https://docs.cometly.com/api-reference/endpoint/get-company-export.md): Check the status of a company export job and retrieve the download URL when ready - [Get Contact](https://docs.cometly.com/api-reference/endpoint/get-contact.md): Retrieve details of a specific contact by its ID - [Get Contact Export](https://docs.cometly.com/api-reference/endpoint/get-contact-export.md): Check the status of a contact export job and retrieve the download URL when ready - [Get Event](https://docs.cometly.com/api-reference/endpoint/get-event.md): Retrieve details of a specific event by its ID - [Get Event Export](https://docs.cometly.com/api-reference/endpoint/get-event-export.md): Check the status of an export job and retrieve the download URL when ready - [List Companies](https://docs.cometly.com/api-reference/endpoint/list-companies.md): Retrieve a paginated list of companies with optional date filtering - [List Contacts](https://docs.cometly.com/api-reference/endpoint/list-contacts.md): Retrieve a paginated list of contacts filtered by creation date - [List Events](https://docs.cometly.com/api-reference/endpoint/list-events.md): Retrieve a paginated list of events with optional attribution filtering - [Changelog](https://docs.cometly.com/changelog.md): Track changes, new features, and improvements to the Cometly API. - [Comet Token](https://docs.cometly.com/concepts/comet-token.md): Learn how to use the cometToken() function to improve attribution accuracy when sending events via the API - [Exports vs Pagination](https://docs.cometly.com/concepts/exports-vs-pagination.md): Learn when to use async exports versus paginated list endpoints for retrieving large datasets - [Sending Data to Cometly](https://docs.cometly.com/concepts/sending-data-to-cometly.md): Learn the two ways to send event data to Cometly: webhooks and the API - [Cometly API Documentation](https://docs.cometly.com/index.md): Welcome to the Cometly API documentation. Learn how to integrate and use our API to track conversions and manage your marketing data. - [Authentication](https://docs.cometly.com/introduction/authentication.md): Learn how to authenticate your requests to the Cometly API - [Rate Limiting](https://docs.cometly.com/introduction/rate-limiting.md): Understand API rate limits and how to handle them in your application - [Status Codes](https://docs.cometly.com/introduction/status-codes.md): HTTP status codes and error handling in the Cometly API ## OpenAPI Specs - [openapi](https://docs.cometly.com/api-reference/openapi.json)