---
title: "Pings endpoint to verify a valid Prometheus URL."
method: POST
path: "/server/common/prometheus"
tags: ["Pings > Common"]
---

# Pings endpoint to verify a valid Prometheus URL.

`POST /server/common/prometheus`

## Request body

- object
  - `url` string
  - `baseChain` string

## Response `200`

OK

- PingSuccess
  - `result` string

## Other responses

- `400` — Error: Invalid URL.
- `408` — Error: Connection timeout.
- `532` — Error: Missing required fields.

---

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