Auth + plan introspection
GET /v1/setup-check
GET
/v1/setup-check
Returns the project, plan, feature flags, and remaining quota for the bearer’s API key. Call this first on every integration to verify your key is valid and confirm which features are enabled on your plan.
Auth: Secret key (nv_live_* or nv_test_*).
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Setup info
object
data
required
object
project_id
required
string
project_slug
required
string
project_name
required
string
plan
required
string
features_enabled
required
object
changelog
required
boolean
waitlist
required
boolean
feedback
required
boolean
notifications
required
boolean
email_notifications
required
boolean
custom_domain
required
boolean
limits
required
error
required
null
meta
object
key
additional properties
Error envelope. See error.code for the discriminator.
object
data
required
null
error
required
object
code
required
string
message
required
string
remediation
required
string
doc_url
string format: uri
param
string
request_id
string
meta
object
key
additional properties