Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/profilesGET
Lists the profiles (workspaces) of your organization, oldest first. Each profile holds its own connected accounts and posts. current marks the profile this request operates on — the one your API key is pinned to, or the organization default.
Authorization
apiKey *Bearer <token>
Akarso API key from the dashboard. Token in: header
Response
200
profiles *object[]
Show item properties
id *string
Profile ID
name *string
Profile display name
createdAt *string
ISO creation time
default *boolean
True for the organization default profile (the oldest one)
current *boolean
True for the profile this request operates on
400 · Invalid request body, path, or query parameters
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
401 · Missing or invalid API key
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
502 · Upstream platform request failed
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
Request example
curl -X GET "https://akarso.co/api/v1/profiles" \ -H "Authorization: Bearer <token>"