v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
Utility

Ping

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

get/ping

Response

Ping successful

messagestring
expirationstring

API key expiration date

offeringstring

Compatibility offering value. Currently always enterprise for authenticated requests.

addressstring

Client IP address

planstring

Active subscription plan name

modulesstring

Comma-separated list of active add-on module names

Example response

{
  "message": "pong",
  "expiration": "2026-12-31",
  "offering": "enterprise",
  "address": "3.215.138.152",
  "plan": "Elite",
  "modules": "Hunt,Vulnerability Prioritization"
}