Invite a new member to the organization. Sends an invitation email; the recipient signs in via the link to join. Admin-only.
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.
Required role: admin or higher (organization-level).
Required scope: invites:write (for both OAuth2 tokens and API keys).
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api.competitortracker.io/v1/org/invites" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{
"id": "string",
"email": "string",
"role": "admin",
"expiresAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string",
"resolution": "string"
}{
"code": "string",
"message": "string",
"resolution": "string"
}List pending invitations for the current organization. Admin-only. GET
List pending invitations for the current organization. Admin-only — Competitor Tracker & Co. API reference for GET /v1/org/invites: request parameters, request.
Refer a friend to Competitor Tracker. The recipient receives a sign-in link that bootstraps their own organization on accept; your organization is credited three coins the first time they purchase coins. POST
Refer a friend to Competitor Tracker. The recipient receives a sign-in link that bootstraps their own organization on accept; your organization is credited.