Competitor Tracker & Co. Docs

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).

GET
/v1/users/me/orgs

Authorization

X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://api.competitortracker.io/v1/users/me/orgs"
{
  "items": [
    {
      "orgId": "string",
      "orgName": "string",
      "role": "owner",
      "joinedAt": "2019-08-24T14:15:22Z"
    }
  ]
}