Healthcheck
Endpoint that is inexpensive and can be used to determine things like:
- The API is āupā or some other status
- The request has valid authentication or not
- What version of the software is running
- If there are any ongoing notices or issues reported
- The oldest API version supported
- The newest API version supported
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Response
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.
General status of the service.
"healthy"
Detailed status information of the service.
"Service is operating normally."
Status of the authentication.
"valid"
Unique identifier for the instance.
"acmeinc"
Human-readable timestamp with millisecond precision in the following format ISO 8601 (yyyy-MM-dd'T'HH:mm:ss.SSS'Z).
"2024-04-15T15:21:15.739Z"
Version of ShipStream.
"2023.2"
Build identifier of ShipStream.
"a1b2c3d4"