Authentication
API Key
X-API-Key: your-api-key-hereSession ID
X-Session-ID: a1b2c3d4-e5f6-7890-abcd-ef1234567890Example Request
curl -X POST https://api.tomatopy.pizza/v1/tomato/acquire \
-H "Content-Type: application/json" \
-H "X-API-Key: your-api-key" \
-H "X-Session-ID: a1b2c3d4-e5f6-7890-abcd-ef1234567890" \
-d '{
"variety": "San Marzano",
"ripeness": 0.8,
"weight": 150
}'Last updated
Was this helpful?