Current subscription tier
Account
Current subscription tier
Returns the user’s current Audity subscription tier. Use this to predict whether a tier-gated operation will succeed before calling it. Public pricing names can change faster than API enum names, so use this endpoint and any requiredTier field in 403 responses as the source of truth for a specific account.
Response: { success: true, tier: 'starter', userId: 'user_...' }.
GET
Current subscription tier
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

