List every organization the signed-in user is an active member of, with the role they hold and when they joined. Powers an org switcher.
List every organization the signed-in user is an active member of, with the role they hold and when they joined. Powers an org switcher — Competitor Tracker &.
Required role: member or higher (organization-level).
Required scope: account:read (for both OAuth2 tokens and API keys).
curl -X GET "https://api.competitortracker.io/v1/users/me/orgs"{
"items": [
{
"orgId": "string",
"orgName": "string",
"role": "owner",
"joinedAt": "2019-08-24T14:15:22Z"
}
]
}Complete signup. Requires acceptance of the Terms of Service and Privacy Policy, sets first and last name, optionally claims the own-app domain (owner-only) and persists the optional referral survey. One-shot: a second call returns 409. POST
Complete signup. Requires acceptance of the Terms of Service and Privacy Policy, sets first and last name, optionally claims the own-app domain (owner-only).
Billing
Read endpoints over the per-organization coin balance and transaction ledger — the REST API reference for this group: every path with its parameters, the.