Skip to main content
GET
/
api
/
user
/
tier
Current subscription tier
curl --request GET \
  --url https://app.auditynow.com/api/user/tier \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "tier": "starter",
  "userId": "user_2abc123XYZ"
}

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

Authorization
string
header
required

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

Response

Current tier

tier
enum<string>
required
Available options:
solo,
starter,
growth,
agency
success
boolean
userId
string