Skip to main content

API Calls

The platform offers numerous API calls to access different types of data, such as:

  • Accounts, Growers, Farms, and Fields
  • Boundaries and Geometry
  • Orders and Jobs

Access to these calls is based on the information provided in the API Testing Account.

API Access

Once AgSync Support has granted an access token, the following AgSync services may be used:

Swagger documentation is available at:

For example, to receive work orders available to personnel the following call is made:

GET https://dispatch.agsync.com/api/workorders/operator
Host: dispatch.agsync.com
Authorization: Bearer [ACCESS_TOKEN]

Webhooks

For more information on webhooks accessible with the resources here, go to the Webhooks section.