Events Ticketing (Vabu)
Introduction
Welcome to VABU: Your All-in-One Event Listing and Ticketing Platform.
What is Vabu?
Vabu is a powerful platform designed to help event organizers list events, sell tickets, and manage attendees seamlessly. Whether you're hosting a small gathering or a large-scale conference, Vabu simplifies ticket sales, payment processing, and attendee management.
API Access for Event Ticketing
Vabu provides API access to enable seamless integration of event ticketing into your existing platforms or applications. With our API, you can:
- Sell Tickets via API: Allow customers to purchase tickets directly through your platform, with instant payment processing.
- Retrieve Ticket Details: Access attendee information and ticket data in real-time for seamless check-ins and event management.
- Custom Receipts: Automate ticket confirmations and send personalized receipts to your customers via the API.
Why Choose Vabu API?
- Streamlined Integration: Easily integrate ticketing functionality into your website or mobile app.
- Real-Time Data: Access up-to-date ticket purchase details for effective attendee management.
- Secure Payments: Ensure safe and instant transactions with multiple payment options.
With Vabu API, managing ticket sales and events has never been easier. Transform your event experience today by leveraging our robust API access!
Base URL
All API reqquest should be made to
https://api.paydexp.com/api/v1/
Authentication
The API uses Basic Authentication. All requests must include an Authorization header with valid API credentials. .
Example
Authorization: Basic {base64_encoded_username_password}
Where base64_encoded_username_password is a Base64-encoded string of your API username and password joined by a colon.
Error Handling
All API endpoints return appropriate HTTP status codes along with error messages:
{
"success": false,
"message": "Error message describing what went wrong"
}
Common error codes:
- 400 - Bad Request (Invalid parameters)
- 401 - Unauthorized (Invalid API credentials)
- 403 - Forbidden (You don't have access to the requested resource)
- 404 - Not Found (Resource doesn't exist)
- 422 - Unprocessable Entity (Validation errors)
- 500 - Internal Server Error
Rate Limiting
Some endpoints, such as /booking/check-coupon, are rate-limited to prevent abuse. Exceeding the rate limit will result in a 429 Too Many Requests response.
Customer Support
For any questions or issues regarding the API, please contact support at hi@vabu.app.