Get All Public Events by Username
Retrieve all public events created by a specific username
Retrieve all public events created by a specific username on the Evento platform.
This endpoint returns all public events created by the specified user where visibility = “public” and status = “published”.
Endpoint
Query Parameters
The username of the Evento user whose public events you want to retrieve
Headers
Your API key for authentication. Contact our team to obtain one.
Response
Success Response (200)
Indicates whether the request was successful
Success message including the username that was requested
An array of event objects representing all public events created by the specified username
Examples
Response Example
Error Responses
Event Filtering
This endpoint returns all public events created by the specified user where:
visibility
= “public”status
= “published”
No RSVP filtering is applied.
All “not found” scenarios return 400 Bad Request, not 404. All server errors are caught and returned as 400 Bad Request with “Failed to fetch events” message.
The success response always includes the wrapper structure with success
, message
, and data
fields. The message is dynamic and includes the actual username that was requested.