---
title: "Ping"
method: GET
path: "/ping"
tags: ["Utility"]
---

# Ping

`GET /ping`

Provides a simple endpoint to check GreyNoise status and GreyNoise
API access

## Response `200`

Ping successful

- object
  - `message` string
  - `expiration` string — API key expiration date
  - `offering` string — Compatibility offering value. Currently always enterprise for authenticated requests.
  - `address` string — Client IP address
  - `plan` string — Active subscription plan name
  - `modules` string — Comma-separated list of active add-on module names

## Other responses

- `401` — Unauthorized. Please check your API key.

---

[API](https://skmtc.net/greynoise/apis/greynoise-api.md) · [All operations](https://skmtc.net/greynoise/apis/greynoise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greynoise/greynoise-api/versions/30942574656d/schema)
