Org
Organization-lifecycle operations: leave, transfer ownership, delete — the REST API reference for this group: every path with its parameters, the request body.
Organization-lifecycle operations: leave, transfer ownership, delete. Every endpoint below has a "try it" console. See the API reference overview for the base URL and how to authenticate.
POST /v1/org/leave
Leave the current organization.
POST /v1/org/transfer-ownership
Transfer ownership of the current organization.
GET /v1/org
Read the current organization, including the application domain it has claimed (null until one is set).
PATCH /v1/org
Rename the current organization.
DELETE /v1/org
Delete the current organization.
POST /v1/org/own-app-domain
Claim the organization's own application domain.
GET /v1/org/invites
List pending invitations for the current organization.
POST /v1/org/invites
Invite a new member to the organization.
POST /v1/org/referrals
Refer a friend to Competitor Tracker.
DELETE /v1/org/invites/{inviteId}
Revoke a pending invitation.
GET /v1/org/members
List active members of the current organization.
PATCH /v1/org/members/{userId}
Change the target member's role to `admin` or `member`.
List a notification's email delivery attempts, newest-first. GET
List a notification's email delivery attempts, newest-first — Competitor Tracker & Co. API reference for GET /v1/dispatches/{id}/deliveries: request parameters.
Leave the current organization. Sole owners must transfer ownership first; throws OwnershipTransferRequired otherwise. POST
Leave the current organization. Sole owners must transfer ownership first; throws OwnershipTransferRequired otherwise — Competitor Tracker & Co. API reference.