Authentication
The Solvimon API uses API keys to authenticate requests. You can view and manage your API keys in the Solvimon Dashboard.
API keys are environment bound, meaning you will have a set of API keys for our TEST environment and a set for LIVE. These can't be used cross environment.
Do not share API keysBe careful with API keys and keep them secret.
Your API can hold different levels of access, where some can have a large impact, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
- Authentication to the API is performed via an API key header called:
X-API-KEY. - All API requests are advised to be made over HTTPS. API requests without authentication will fail.
- Your team will receive the API keys once the contract with Solvimon is signed.
Updated 9 months ago
What’s Next