Competitor Tracker & Co. Docs

List pending invitations for the current organization. Admin-only.

List pending invitations for the current organization. Admin-only — Competitor Tracker & Co. API reference for GET /v1/org/invites: request parameters, request.

Required role: admin or higher (organization-level).

Required scope: invites:read (for both OAuth2 tokens and API keys).

GET
/v1/org/invites

Authorization

X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://api.competitortracker.io/v1/org/invites"
{
  "items": [
    {
      "id": "string",
      "email": "string",
      "role": "owner",
      "createdAt": "2019-08-24T14:15:22Z",
      "expiresAt": "2019-08-24T14:15:22Z"
    }
  ]
}