Authentication

The ECO Portal API uses API keys for authentication. Every request must include your key in thex-api-key header.

How to send the key

All API calls should include your API key in the x-api-key header:

x-api-key: <your key>

Don't have a key yet? See the step-by-step guide — including plan limits and how the key creation screen works — on the API Keys page.

Code Snippets