cURL
curl --request POST \ --url https://api.vooma.ai/v0/movements/{movementId}/scheduleStop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "stopIndex": 123 } '
{ "success": true, "error": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This is a 0-based index of the stop to schedule. We count stops regardless of whether a stop is a pickup or delivery.
Ok