Authentication

Each Solvimon platform account has an API key. You can request API keys from the Solvimon support team (via your Slack channel or email).

Authentication is done by sending your key in an HTTP header:

  • Header name: X-API-KEY
  • Header value: your secret API key
$curl -X GET \
> -H "content-type: application/json" \
> -H "X-API-KEY: xxx_your_key_xxxx"

Do not share your secret API keys with anyone.