Skip to main content
POST
/
auth
/
social
/
complete
Complete social login
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/auth/social/complete \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Response

Social account linked.

success
boolean
required
Example:

true

data
object
required