» Exsited API Documentation
» Exsited API Documentation

Exsited API Documentation

Welcome to the Exsited API documentation! The Exsited API allows developers to seamlessly integrate with the Exsited platform to manage accounts, contacts, events, orders, and more. This guide provides all the information you need to interact with the API and make successful requests.

Overview

The Exsited API is built on REST principles, using standard HTTP methods like GET, POST, PUT, and DELETE. All requests are made to the Exsited API base URL and responses are returned in JSON format.

With the Exsited API, you can:

  • Manage accounts and contacts
  • Organize and track events and ticketing
  • Process orders, invoices, and payments

Base URL

All API requests should be sent to the following base URL:

https://api.exsited.com/v1

Rate Limits

The Exsited API enforces rate limits to ensure fair use:

  • Standard Tier: 1000 requests per minute
  • Premium Tier: 5000 requests per minute

If your requests exceed these limits, the server will return a 429 Too Many Requests error.

Error Handling

The API uses standard HTTP status codes for error handling:

  • 200 OK: Successful request.
  • 201 Created: Resource successfully created.
  • 400 Bad Request: Invalid request format.
  • 401 Unauthorized: Authentication is missing or invalid.
  • 404 Not Found: Resource not found.
  • 500 Internal Server Error: Unexpected server error.

Each error response includes an error code and a descriptive message to help diagnose issues.

Next Steps

To start using the Exsited API, make sure you:

  1. Review the Authentication page to set up API authentication using OAuth 2.0.
  2. Explore the available API endpoints to find the operations you need.
  3. Use the code examples provided in this documentation to integrate the API into your application.

For detailed information on how to authenticate API requests, please refer to the Authentication Page.