Skip to main content
GET
/
teams
/
join
/
{token}
/
info
Get invite link info (unauthenticated)
curl --request GET \
  --url https://app.autoposting.ai/api-proxy/teams/join/{token}/info \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "orgName": "Acme Corp",
    "uses": 0,
    "maxUses": null,
    "expiresAt": null
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

token
string
required

Response

200 - application/json

Success

success
boolean
required
Example:

true

data
object
required