Most frequently asked API questions
- How do I get my token ID?
- I'm having issues with the body of the request, what should I do?
- How many API requests could we expect per day or per registration?
- Does InEvent apply rate-limiting to the API?
- Can I use API to limit the number of participants in live recording?
- It is possible to send a message to the entire participant base?
- Downloading aesthetic content
- Extracting Audit Reports
- Security
This article contains a catch of the most frequently asked question about accessing and communicating with our API.
How do I get my token ID?
Use person.signIn
and include the company id.
I'm having issues with the body of the request, what should I do?
Check if you are using JSON, as we do not accept it (we use URL encoded files). Click here for more info about JSON API Keys.
How many API requests could we expect per day or per registration?
We send around 5 to 6 (tops) API calls per registration. The average amount per day for our customers is around 200.
Does InEvent apply rate-limiting to the API?
Yes! We do have a rate limit of 10 requests per second. If this limit is exceeded, we return an HTML page with status code 503.
Can I use API to limit the number of participants in live recording?
Yes! Just change the value for the capacity field on activity.edit
It is possible to send a message to the entire participant base?
Yes! You must access our API and look for the event.person.remember request. By clicking on the test tube, all participants will receive the communication.
Downloading aesthetic content
Do not use an admin token for that. If what you want to do requires an admin token, we suggest using a proxy. For aesthetic content (activities, speakers, sponsors, files), make sure the event is public and visible on the Event Details page, as you won't need a token ID to access this information.
Extracting Audit Reports
We track certain changes you do on the system, which can be extracted from the API here. audit.find (AUDIT). To learn more about audit reports please go to this article.
Security
The InEvent API utilizes a hybrid RPC-REST with a 128bit encrypted connection certified by PositiveSSL CA2. For more info about information security please check this article.