Skip to main content
GET
/
v1
/
social
/
status
Social status
curl --request GET \
  --url https://api.usenaive.ai/v1/social/status \
  --header 'Authorization: Bearer <token>'
{
  "activated": true,
  "team_count": 123,
  "accounts": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

200 - application/json

OK.

activated
boolean
team_count
number
accounts
object[]