API Method user_list_venues
This method lists the venues created by the authenticated user.
Aside from the required authentication tokens, no additional request parameters are accepted.
Request Parameters
None
Example Request URL
https://www.eventbrite.com/xml/user_list_venues
Example Response
<?xml version="1.0" encoding="utf-8" ?> <venues> <venue> <id>657394</id> <name>EventBrite New Office</name> <address>410 Townsend St</address> <address_2>Ste 200</address_2> <city>San Francisco</city> <postal_code>94107</postal_code> <region>MA</region> <country>United States</country> <country_code>US</country_code> <latitude>45.12</latitude> <longitude>-112.56</longitude> </venue> </venues>
Method-Specific Errors
More information about error-handling and common error messages are available in our error docs.
| error_type | error_message |
|---|---|
| Request Error | The API request was not properly formed. |
| Application Key Error | There is a problem with the application key provided. |
| Authentication Error | The specified user was not found or the login credentials didn’t match. |
| Not Found | No venue found for this user. |