Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/v1/accountsGET
Authorization
bearerAuth *Bearer <token>
Token in: header
Response
200 · Linked accounts
data *object[]
Show item properties
id *string
login *string
server *string
status *"pending" | "active" | "invalid" | "disabled"
createdAt *string
400 · Invalid request
error *object | object
401 · Invalid API key
error *object | object
403 · Insufficient API key scope or connected account slot limit
error *object | object
429 · Rate limit exceeded
error *object | object
500 · Unexpected failure
error *object | object
Request example
curl -X GET "https://api.fivesocket.com/v1/accounts" \ -H "Authorization: Bearer <token>"