cURL
curl --request POST \ --url https://api.getjusto.com/api/v2/orders/{id}/deliveryVerificationCode \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "verificationCode": "<string>" } '
{ "status": "ok", "data": { "message": "Delivery verification code set successfully", "orderId": "1234567890", "deliveryVerificationCode": "123456" } }
Usa este metodo para definir un código de verificación
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID de la orden
Código de verificación
Operación exitosa
Estado de la operación
"ok"
Show child attributes