Skip to main content
npayload is launching soon.
npayloadDocs
API ReferenceHealth

Get API status

Returns detailed API status including version and feature flags.

GET/v1/status

Response Body

application/json

curl -X GET "https://api.npayload.com/v1/status"
{
  "version": "string",
  "environment": "string",
  "features": {
    "property1": true,
    "property2": true
  }
}

Was this page helpful?