cURL
curl --request POST \ --url https://api.production.hyperoru.com/api/orders/process-all \ --header 'Authorization: Bearer <token>'
{ "executed_count": 123, "message": "<string>", "total_checked": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Batch processing result
Was this page helpful?