get https://api.accelevents.com/rest/u/organizers
This API is used to get a list of all organizers created by the logged-in event admin, including organizer details.
Path Parameters
Not Required
Body Parameters
Not Required
Response
Details / Check response object
Authentication required - ✅
Here are the descriptions of response attributes, which will return in the form of a JSON array.
Attribute | Description |
---|---|
organizerId | This is a unique identifier of the organizer record. It will auto-generate the id of the organizer. |
name | This is the name of the organizer. |
organizerPageURL | This contains the organizer page URL, for example, TestOrganizer. |
organizerDescription | This contains details added about the organizer. |
logoImage | This contains the organizer logo URL. |
facebookLink | This contains a link to the organizer's Facebook Page. |
twitterLink | This contains a link to the organizer's Twitter Page. |
linkedInLink | This contains a link to the organizer's LinkedIn Page. |
backgroundColor | This is a color code set for the organizer's profile page. |
textColor | This is a text code set for the organizer's profile page. |
website | This is the organizer's website URL. |
contactEmailAddress | This is the email address provided to reach out to the organizer. |
planId | This is the id of the plan associated with the organizer. |
chargebeePlanName | This is the Chargebee Plan Name of the plan associated with the organizer. |
planEndDate | This is the plan end date associated with the organizer. |
renewalDate | This is the plan renewal date associated with the organizer. |
subscriptionId | This is the Chargebee subscription Id generated for the plan activation. |
showTrayIntegration | This contains the show or hides tray integration. |
whiteLabelId | This is the unique identifier of an enterprise account. If the organizer is part of the enterprise account then it has a value otherwise it remains null. |
countOfWhiteLabelEvents | This shows the count of White Label Events that are associated with a particular organizer. |
allowSocialSharing | This contains an option to allow social sharing. By default it's true. |
billingType | This is organizer type. It can be PAID or COMP. Paid means it will be charged for all purchases like module activation, attendees upload, attendees overage usages, etc. Comp means it will not get charged for host purchases. It will still charge for ticket purchases and fundraiser purchases. |