---
title: "Get API monitor status"
method: GET
path: "/common/monitor"
tags: ["Monitor"]
---

# Get API monitor status

`GET /common/monitor`

## Response `200`

Successful operation

- object
  - `data` object
    - `status` boolean — Indicates whether the OxaPay API monitor status is operational.
  - `message` string — A message containing additional information about the result of the request.
  - `error` object, nullable — An object that provides details about any errors that occurred.
    - `type` string — Type of the error
    - `key` string — Key related to the error
    - `message` string — Error message
  - `status` integer — The status of the request response. Typically provided as a numeric code.
  - `version` string — The version of the API being used.

---

[API](https://skmtc.dev/oxapay/apis/payments.md) · [All operations](https://skmtc.dev/oxapay/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oxapay/payments/revisions/19b6abc20c8d/schema)
