Access and authentication

Learn where to find your authentication key and how to access the CropLink API.

The CropLink API is accessible through an HTTP interface.

The API endpoints accept JSON-encoded (Content-Type: application/json) request bodies, and return JSON-encoded responses.

API Versions and Base URL

Base URL for each request should be: https://api.croplink.net/public.

The current API version is v1, meaning that all request paths start with /v1/. It is the only supported version.

Authentication

Navigate to the tokens page inside the client to manage your tokens effectively.

Example of using token.

Last updated