Welcome to the EvntMngr API documentation! Our API endpoints provide streamlined interactions with the core features of the EvntMngr App, including Events, Artists, Promoters and Venues. With our endpoints, you can add, remove, edit or retrieve information about these entities, empowering you to manage your event-related data efficiently and effectively. Whether you're creating event listings, showcasing artists, partnering with promoters or managing venues, our API simplifies the process, allowing you to focus on delivering exceptional experiences to your users.
Authentication is required for accessing various endpoints in the EvntMngr Web App's API. While GET requests to some endpoints are public and do not require authentication, other HTTP methods like POST, PUT, and DELETE require an API Key authentication for all endpoints.
You can generate an API Key on your user profile.
API Key Header
GET Events List
GET Artists List
GET Venues List
GET Promoters List
Endpoint: https://evntmngr.xyz/api/events/
Description: Perform operations related to your events
Methods:
GET: Retrieve a list of events or information about a specific event
POST: Create a new event
PUT: Update event details
DELETE: Delete an event
Authentication:
API Key required for GET, POST, PUT, and DELETE
Endpoint: https://evntmngr.xyz/api/artists/
Description: Perform operations related to your artists
Methods:
GET: Retrieve a list of artists or information about a specific artist
POST: Create a new artist
PUT: Update artist details
DELETE: Delete an artist
Authentication:
API Key required for GET, POST, PUT, and DELETE
Endpoint: https://evntmngr.xyz/api/venues/
Description: Perform operations related your to venues
Methods:
GET: Retrieve a list of venues or information about a specific venue
POST: Create a new venue
PUT: Update venue details
DELETE: Delete a venue
Authentication:
API Key required for GET, POST, PUT, and DELETE
Endpoint: https://evntmngr.xyz/api/promoters/
Description: Perform operations related to your promoters
Methods:
GET Retrieve a list of promoters or information about a specific promoter
POST Create a new promoter
PUT Update promoter details
DELETE Delete a promoter
Authentication:
API Key required for GET, POST, PUT, and DELETE