Fetching a Case

You can use the id returned by the previous example to fetch a case using the following request:

curl -X 'GET' \
  'https://api.digicust.com/generic/api/<YOUR CUSTOMER ID>/<YOUR PROJECT ID>/cases/<YOUR CASE ID>' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <YOUR ACCESS TOKEN>'

This case will give you among all other case information a status.value. This indicates the processing state of the customs case. A finished customs case will always have status processed.

Last updated