API Method organizer_get

This method retrieves a public Organizer Profile by id.

Request Parameters

Name description
id The ID of the requested organizer profile.

Example Request URL

https://www.eventbrite.com/xml/organizer_get?id=123456789

Example Response

<?xml version="1.0" encoding="utf-8" ?>
<organizer>
	<id>65739440</id>
	<name>New Year's NYC Team</name>
	<description>We organizer the best parties in town!</description>
	<url>http://www.eventbrite.com/org/65739440</url>
</organizer>

Error Codes

This method may return these errors in an error document:

error_type error_message
Organizer error The organizer ID is missing.
Organizer error The organizer ID is unknown or Invalid

Usage Notes

Authentication
required
Rate-limited
Yes
Output formats
JSON, XML

Related Methods