---
title: "GET /pong"
method: GET
path: "/pong"
tags: ["Utilities APIs"]
---

# GET /pong

`GET /pong`

Returns a ping. In case you need a health check in your system. Cannot be called /ping as AWS is using this route for their health check. This webservice doesn't have CORS enable, as it's supposed to be call server to server and not from a webpage ( it won't work over the tester)

## Response `200`

Success

- PongResponse — This section provides response schema of pong response
  - `data` string — Will always return "pong"
  - `message` string
  - `status` string — Status of the response

---

[API](https://skmtc.net/monvoyagepascher/apis/mon-voyage-pas-cher.md) · [All operations](https://skmtc.net/monvoyagepascher/apis/mon-voyage-pas-cher/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monvoyagepascher/mon-voyage-pas-cher/versions/4a79ddd6213e/schema)
