Use this endpoint to list LinkedIn accounts connected to TalkToHumans
cURL
curl --request GET \ --url https://api.talktohumans.app/v1/accounts \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": { "accounts": [ { "account_id": "42", "display_name": "Jane Doe", "provider_account_id": "ACoAA000000", "owner_user_id": "7" } ] } }
Documentation IndexFetch the complete documentation index at: https://talktohumans.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://talktohumans.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Pass your API key as Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Connected LinkedIn accounts.
Show child attributes