Skip to main content
GET
/
social-accounts
cURL
curl https://api.neuraldraft.io/v1/social-accounts \
  -H "Authorization: Bearer ndsk_live_yourkey"
{
  "data": [
    {
      "id": "sac_2N1AbCdEfGhI",
      "platform": "facebook",
      "username": "Lakeside Yoga",
      "platform_user_id": "10221456712",
      "is_active": true,
      "expires_at": "2026-06-19T00:00:00Z",
      "connected_at": "2026-02-14T09:33:00Z"
    },
    {
      "id": "sac_2N1JkLmNpQrS",
      "platform": "instagram",
      "username": "lakeside.yoga",
      "platform_user_id": "17841412345",
      "is_active": true,
      "expires_at": "2026-06-19T00:00:00Z",
      "connected_at": "2026-02-14T09:34:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

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

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Response

Connected accounts.

data
object[]
required