Getting Started
Welcome to the Kommunity API documentation! This guide will help you get up and running with our API in just a few minutes.
Prerequisites
- API Key: You need an API key to access most endpoints. When contacting us to request access, please include your Stripe ID. You can connect your Stripe account in the payment settings.
- Base URL:
- Test URL:
- HTTP Client: Any tool that can make HTTP requests (e.g.,
curl
, Postman, or your favorite language's HTTP library).
Authentication
All requests must include your API key in the header:
Testing Environment
We provide a dedicated testing environment at test.kommunity.app
where you can safely experiment with the API without affecting production data. You will receive separate API keys for the test and production environments. Always use the appropriate API key for each environment when developing and testing your integration.
Bug Reporting
Please note that the Kommunity API is currently in its early stages and may have occasional bugs or unexpected behavior. We greatly appreciate your feedback and encourage you to report any issues you encounter. You can report bugs by:
- Emailing us at [email protected]
- Including detailed steps to reproduce the issue
- Sharing relevant request/response data
Next Steps
- Create an Event: API reference for creating an event.
- Image Upload: Learn about uploading images to Kommunity.
- FAQ: Find answers to common questions.
If you have any questions or need help, please contact our support team.
Happy building!