Skip to main content
GET
/
features
/
access
Check feature access for current org
curl --request GET \
  --url https://app.autoposting.ai/api-proxy/features/access \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "clips": true,
    "agents": true,
    "carousels": true,
    "knowledgeBase": true,
    "teamManagement": true,
    "apiKeys": true,
    "webhooks": false,
    "customDomains": false
  }
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Response

Feature access map.

success
boolean
required
data
object
required