---
title: "Ping"
method: GET
path: "/api/v1/shipment/bulkprocessing/ping"
tags: ["bulk-processing-orchestration"]
---

# Ping

`GET /api/v1/shipment/bulkprocessing/ping`

Simple ping endpoint which will respond with a status of 1, and info of pong when all authentication and authorizations at the OAuth level are valid.

## Response `200`

Will set status of 1, and info of 'pong'.

- PingResponse
  - `info` string, required — Always set to 'pong'
  - `status` integer, required — Always set to 1

## Other responses

- `403` — Not authenticated / authorized via OAuth.

---

[API](https://skmtc.net/shipium/apis/shipium-api.md) · [All operations](https://skmtc.net/shipium/apis/shipium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipium/shipium-api/revisions/7ef5dbd6a025/schema)
