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:
- https://account.agsync.com/
- https://fields.agsync.com/
- https://orders.agsync.com/
- https://dispatch.agsync.com/
- https://agree.ravenslingshot.com/
Swagger documentation is available at:
- https://account.agsync.com/swagger
- https://fields.agsync.com/swagger
- https://orders.agsync.com/swagger
- https://dispatch.agsync.com/swagger
- https://agree.ravenslingshot.com/swagger
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.