For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
LoginSandbox
Platform GuidesAPI DocsSDKMCP ServerChangelog
Platform GuidesAPI DocsSDKMCP ServerChangelog
  • Solvimon API
    • Base URL
    • Authentication
    • HTTP status codes
    • Resources
    • Standardisation
  • Configuration API
  • Identity API
  • Transaction API
  • Event API
LoginSandbox
Solvimon API

Authentication

Was this page helpful?
Previous

HTTP status codes

Next
Built with

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.