Organization Details
Last Updated: .
Details for the organization with ORG_SLUG as its slug.
URL
http://public-api.ticketleap.com/organizations/ORG_SLUG?key=PUT_API_KEY_HERE
URL Keys
The Organization Details method url contains the following keys:
- ORG_SLUG: an organization's unique identifier
API Key
All requests must include your personal API key in the query string. To obtain an API key, login to your account on TicketLeap. Choose "My Account" on the top bar, then select "API Key" from the menu.
Paging
The Organization Details method accepts optional paging parameters in the query string. If these parameters are not included, the default values are used.
- page_num: Specifies the page to return. Default value is 1. First page is page 1.
- page_size: Specifies how many records to return in the page. Default value is 10. Maximum allowed value is 100.
To return the second page of 5, the request would look like this:
http://public-api.ticketleap.com/organizations/ORG_SLUG?key=PUT_API_KEY_HERE&page_num=2&page_size=5
Example
Try an example of the Organization Details method:
http://public-api.ticketleap.com/organizations/puppies?key=PUT_API_KEY_HERE