Skip to main content
POST
/
teams
/
join
/
{token}
Join via invite link
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/teams/join/{token} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

token
string
required

Response

Success

success
boolean
required
Example:

true