Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 13 Current »

Please refer to this page for the commonly asked questions related to Vexcel API. Detailed information about the API functionality and documentation is available here. Also, refer to the blog post on the API published by one of our team members- https://thegroundtruth.blog/2020/08/11/vexcel-api-v1-1-is-released/.

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.

  • No labels