...
Q: How does a user get access to the Vexcel API?
If you are new to the platform, please email support@vexcelgroup.com (VDP customers) or support@gic.org (GIC members). Existing users of the Vexcel application platform, also have access to the API.
Q: How to generate an API token?Access tokens are dynamically generated and the user can generate a token with their credentials here: https://api.gic.org/ or use a call to login to request a token like this: https://api.gic.org/auth/Login?username=[username]&password=[yourpassword] .
Q: How long does the token stay valid?
Access tokens are valid for only 12 hours.
Q: What are the rate limits for the API?500 Queries per second (QPS) is the ceiling for the API.