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
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

