Quick start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from API key managment page.
https://www.jicoo.com/dashboard/api_keys
More information on this can be found in the Authentication page.
Make your first request
To make your first request, send an authenticated request to the event_types endpoint. This will list all of your event types.
Take a look at how you might call this method using our official libraries, or via curl:
curl -H "X-Jicoo-Api-Key: YOUR_API_KEY" https://api.jicoo.com/v1/event_types
Last modified: 8 months ago