---
title: "Simple ping endpoint which will respond with a status of 1, and info of pong when all authenticationand authorizations at the OAuth level are valid."
method: GET
path: "/api/v1/deliveryexperience/ping"
tags: ["ping"]
---

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

`GET /api/v1/deliveryexperience/ping`

## 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)
