Using the EchoTrail API in production

If you are using our API in production, we recommend locking major versions. You do this by adding an api-version header to your calls. Any breaking changes will be released as a new major version, and old versions will be supported for at least a year. We are not actively planning for any breaking changes.

Current major version: v1

Example

This is an example API request using the api-version header.

curl -H "api-version: v1" -H "x-api-key: [your-api-key]" https://api.echotrail.io/insights/cmd.exe
curl -H "api-version: v1" -H "x-api-key: [your-api-key]" https://api.echotrail.io/insights/cmd.exe

Was this page helpful?