External API

Access your event data programmatically.

The Eventship API lets you access your event data programmatically. Build custom applications. Integrate with your tools. Requires Pro plan.

Get Your API Key

Open your host dashboard and select the "API keys" tab. Create a new key. Copy your key and keep it secret. Never share it publicly or commit it to code.

What You Can Do

The API lets you read and manage your events, attendees, ticket types, and registration questions, register attendees for free events, and import events from other platforms. For the full, always-current list of endpoints and what each one does, see the developer docs.

API Documentation

Full API docs are available at developer.eventship.com: interactive examples, a REST API with JSON responses, and every endpoint documented.

Authentication

Include your API key in either header:

Authorization: Bearer YOUR_API_KEY

or

X-API-Key: YOUR_API_KEY

Example Use Cases

  • Sync event data to your CRM
  • Build a custom registration dashboard
  • Generate custom reports
  • Automate attendee workflows
  • Power your own event app

Need Help?

API docs have code examples. Email [email protected] if you get stuck.

Security

Treat your API key like a password. Rotate it regularly. Revoke old keys when no longer needed.

Was this article helpful?

Let us know if this article answered your question.