API Reference/Endpoints
List your accounts
GET/api/linkedin/accounts
Every LinkedIn account this key has connected, with each one's account_id — the way to discover it programmatically without keeping your own copy of the connect response or opening the dashboard.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Response fields
This is a first-party read against our own records — it never calls the LinkedIn engine, so it stays fast and available even if a specific account's connection is unhealthy. It's separate from
GET /accounts on the gateway proxy, which is blocked because that path has no per-customer scoping.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.