Welcome to the Flashquotes API

The Flashquotes API enables you to programmatically access and manage your events, bookings, forms, and invoices. Our REST API provides endpoints for retrieving event data, managing form responses, and accessing invoice information.

API access is limited to Flashquotes Pro plan customers. You can easily upgrade in Plan Settings.

Authentication

All API endpoints require authentication using an API key. You must include your API key in the request headers:

'x-api-key: your_api_key_here'

Keep your API key secure and never share it publicly. If you’re subscribed to the Pro plan, access your API key in the Integrations Settings.

Base URL

All API requests should be made to:

https://app.flashquotes.com/api

Available Endpoints

Our API provides several endpoint groups:

Event Endpoints

Manage events, retrieve event details, and list events within date ranges

Form Response Endpoints

Access form submission data and response details

Invoice Endpoints

Retrieve invoice information and payment details

Response Format

All responses are returned in JSON format. Successful responses will have a 2xx status code, while errors will return appropriate 4xx or 5xx status codes with error details.

Need Help?

If you need assistance or have questions about the API:

  • Email us at support@flashquotes.com
  • Check our documentation for examples and guides
  • Contact your account manager for enterprise support

Was this page helpful?