GET
/
v1
/
system
/
status
Healthcheck
curl --request GET \
  --url https://{client_id}.shipstream.app/api/global/v1/system/status
{
  "status": "healthy",
  "status_detail": "Service is operating normally.",
  "authentication": "valid",
  "instance_uid": "acmeinc",
  "time": "2024-04-15T15:21:15.739Z",
  "shipstream_version": "2023.2",
  "shipstream_build": "a1b2c3d4"
}

Response

200
application/json

A dictionary with a collection property that contains an array of up to limit Merchant objects. If no merchants are found the array will be empty.

The response is of type object.