Authorizations
Authentication using Personal Access Token (PAT) token
Path Parameters
The simulation id
Get the status of a simulation
curl --request GET \
--url https://sandbox-api.shipbob.com/2.0/simulate/status/{simulationId} \
--header 'Authorization: Bearer <token>'{
"entity_id": "string",
"entity_type": "string",
"simulation": {
"action": "string",
"message": "string",
"next": {},
"schedule_time": "2019-08-24T14:15:22Z",
"status": "string"
},
"simulation_id": "df0e679f-936d-49a6-bcd5-04f5809bd3f2"
}Authentication using Personal Access Token (PAT) token
The simulation id
curl --request GET \
--url https://sandbox-api.shipbob.com/2.0/simulate/status/{simulationId} \
--header 'Authorization: Bearer <token>'{
"entity_id": "string",
"entity_type": "string",
"simulation": {
"action": "string",
"message": "string",
"next": {},
"schedule_time": "2019-08-24T14:15:22Z",
"status": "string"
},
"simulation_id": "df0e679f-936d-49a6-bcd5-04f5809bd3f2"
}