Skip to main content
GET
https://api.talktohumans.app
/
v1
/
accounts
List connected accounts
curl --request GET \
  --url https://api.talktohumans.app/v1/accounts \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "accounts": [
      {
        "account_id": "42",
        "display_name": "Jane Doe",
        "provider_account_id": "ACoAA000000",
        "owner_user_id": "7"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://talktohumans.app/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer <api_key>.

Response

Connected LinkedIn accounts.

data
object
required