Skip to main content
Innostocks’s API is currently in alpha.
For questions or feedback, reach out to us at hi@innostocks.com.
You’ll need to authenticate your requests to access the endpoints in the Innostocks API. In this guide, we’ll look at how authentication works.

Bearer Token

When requesting resources, you will need your api token — you will find it in the Dashboard. Here’s how to add the token to the request header using cURL:
curl https://innostocks.com/api/... \
  -H "Authorization: Bearer is_xxx"
Always keep your api token safe and reset it if you suspect it has been compromised.