We're announcing 🧑‍🚀 inter-galactic shipping ✨ for 3025!
Shipment API

Other endpoints


Endpoint

Health check

GET
https://api.sh.example.com/v1
/health

Check if the API is up and running

Health checkResponses

    • status
      string · enum
      Enum values:
      healthy
    • timestamp
      string · date-time

Get API version

GET
https://api.sh.example.com/v1
/version

Get information about the current API version

Get API versionResponses

    • version
      string
    • releaseDate
      string · date
    • environment
      string · enum
      Enum values:
      production
      staging
      development