Sandbox
1. Base URL
https://api.meti.millpont.com/sandbox/sources2. Authentication
3. Create a Source
curl -X POST "https://api.meti.millpont.com/sandbox/sources" \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-d '{
"alt_id": "test-field-001",
"methodology": "Agriculture",
"geometry": {
"type": "Polygon",
"coordinates": [[[...], [...], [...], [...]]]
}
}'4. Retrieve Sources
Get a single source
List sources
5. Delete Sources
By ID
By alt_id
6. Sandbox Source IDs
7. Errors
Code
Meaning
Last updated

