Fion Developer API

Fion allows third party developers to access Fion APIs to retrieve climate data.

Required Authorization

All API requests are required to provide authorization in the form of API keys.

API keys are obtained from the contacting Fion. They should be passed in the authorization as a Bearer token.

Authorization Example

GET https://api.fion.tech/example

This example shows how to pass the API key in requests. It is allowed to include additional query parameters as well.

Headers

Name
Type
Description

x-api-key

string

<api_key>

Server will return intended response.

Last updated

Was this helpful?