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).
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"
}
]
}Claim the organization's own application domain. The verified email-domain on your account must match the submitted domain. Existing competitor subscriptions whose host matches the claimed domain stop accruing charges from this point on. POST
Claim the organization's own application domain. The verified email-domain on your account must match the submitted domain. Existing competitor subscriptions.
Invite a new member to the organization. Sends an invitation email; the recipient signs in via the link to join. Admin-only. POST
Invite a new member to the organization. Sends an invitation email; the recipient signs in via the link to join. Admin-only — Competitor Tracker & Co. API.