Skip to main content
GET
Service Health Check
curl --request GET \
  --url https://api.superseeded.com/v1/
{
  "status": "ok",
  "service": "Superseeded Resolver Service",
  "version": "1.0.0"
}

Response

200 - application/json

Service is healthy

status
string
Example:

"ok"

service
string
Example:

"Superseeded Resolver Service"

version
string
Example:

"1.0.0"