API ReferenceHealth
Get API status
Returns detailed API status including version and feature flags.
curl -X GET "https://api.npayload.com/v1/status"{
"version": "string",
"environment": "string",
"features": {
"property1": true,
"property2": true
}
}Was this page helpful?