Access and authentication
Learn where to find your authentication key and how to access the CropLink API.
Last updated
Learn where to find your authentication key and how to access the CropLink API.
Last updated
curl -X POST 'https://api.croplink.net/public/v1/endpoint' \
--header 'Authorization: Bearer [yourAuthKey]' \
--header 'Content-Type: application/json'