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.
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.
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.
Full API docs are available at developer.eventship.com: interactive examples, a REST API with JSON responses, and every endpoint documented.
Include your API key in either header:
Authorization: Bearer YOUR_API_KEYor
X-API-Key: YOUR_API_KEYAPI docs have code examples. Email [email protected] if you get stuck.
Treat your API key like a password. Rotate it regularly. Revoke old keys when no longer needed.
Let us know if this article answered your question.