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

Authorizations

Authorization
string
header
required

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

Path Parameters

provider
enum<string>
required

OAuth provider.

Available options:
google,
github
Example:

"google"

Response

200 - application/json

OAuth flow initiated.

success
boolean
required
Example:

true

data
object
required