Steps to obtain an access token
- Visit account.soilhive.ag
- Click on the "Sign up" link.
- Create an account, verify your email and login.
- Click on "Create application" to register a SoilHive client application
Now there are two options:
- Click "Generate a token" and use it in this portal (or your command line)
- Call Authentication API endpoint programmatically using your client application
client_id
andclient_secret
The generated token should be used in all subsequent calls to the SoilHive API with following header:
Authorization: Bearer <TOKEN>
Updated about 1 month ago