Skip to main content
GET
/
accounts
/
pending
/
{connection_id}
Get a pending Google Profile selection
curl --request GET \
  --url https://api.social-api.ai/v1/accounts/pending/{connection_id} \
  --header 'Authorization: <api-key>'
{
  "connection_id": "<string>",
  "expires_at": "2026-07-04T12:30:00Z",
  "platform": "google",
  "profiles": [
    {
      "bio": "Wood-fired pizza since 1998",
      "display_name": "Joe's Pizza (Downtown)",
      "platform_account_id": "accounts/123/locations/456",
      "profile_picture_url": "",
      "username": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

connection_id
string
required

Pending connection ID

Response

OK

connection_id
string
expires_at
string
Example:

"2026-07-04T12:30:00Z"

platform
string
Example:

"google"

profiles
object[]