Welcome to the Attendu API documentation. The Attendu API offers a secure and reliable way to manage events, guests, and attendance from external applications. Whether you’re building custom applications, automating workflows, or extending existing platforms, the Attendu API is designed to make connection simple and efficient.

Key Capabilities

  • Guest Management: Add, update, retrieve, and manage guest information.
  • Event Management: Access and control event details and related data.

Features

  • RESTful Endpoints: Standardized and intuitive API design.
  • Flexible Data Queries: Supports advanced filtering, sorting, and pagination.
  • Secure Access: API key-based authentication ensures safe and authorized interactions.

Get Started

1. Generate Your API Key

Navigate to Workspace Settings > Connections > API Keys in your Attendu dashboard to generate your API key.

2. Authenticate Requests

All API endpoints require authentication using your API key in the request headers:

"headers": {
  "x-api-key": "<API_KEY>"
}

3. Explore Endpoints

Review the detailed API reference to understand available operations and implement functionality into your application.

Base URL

All API requests are sent to the following base URL:

https://{workspace}.attendu.com/api/v1/

Support

If you have questions or encounter issues, contact our support team at support@attendu.com.

Start building with the Attendu API today!