- Productionhttps://api-v2.dash.app/fields
- Staginghttps://api-v2.dashstaging.app/fields
curl -i -X GET \
https://api-v2.dash.app/fields \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "result": { … }, "permittedActions": [ … ] } ]
curl -i -X GET \
https://api-v2.dash.app/fields \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "result": { … }, "permittedActions": [ … ] } ]