Skill Level: Advanced
Welcome to the UNL Events API Documentation page. UNL Events currently includes a very minor REST API that allows creation and editing of events and locations from outside the app.
Authentication
Authentication is done via passing an api_token parameter in your GET or POST request. The API token for your user can be found by navigating to UNL Events Manager and clicking "User Info" on the panel on the left. You can also reset the token from this page. When using your API token, all calls made through the API will act as if you are the user making the request.
Root URL
The UNL Events API is hosted at http://events.unl.edu/api/. You can GET at this URL with your API token to test your access.
Format
All UNL Events API resources are returned in JSON format.
Resources
The following is a list of resources that are available via the API.
Contributed By: IIM