Steps to obtain an access token

  1. Visit account.soilhive.ag
  2. Click on the "Sign up" link.
  3. Create an account, verify your email and login.
  4. 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 and client_secret

The generated token should be used in all subsequent calls to the SoilHive API with following header:

Authorization: Bearer <TOKEN>