Skip to main content
GET
/
social_accounts
/
status
Check connection status per platform
curl --request GET \
  --url https://api.juicer.io/v1/social_accounts/status \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "platform": "Instagram",
      "provider": "instagram_login",
      "connected": true,
      "allows_multiple": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.juicer.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key prefixed with jcr_. To obtain a key programmatically (no dashboard required), see POST /v1/authorize.

Response

200 - application/json

Platform connection statuses

data
object[]