Update the signed-in user's profile.
Update the signed-in user's profile — Competitor Tracker & Co. API reference for PATCH /v1/users/me: request parameters, request body, response schema plus the.
Required role: member or higher (organization-level).
Required scope: account: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
curl -X PATCH "https://api.competitortracker.io/v1/users/me" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"email": "string",
"name": "string",
"firstName": "string",
"lastName": "string",
"signupCompletedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string",
"resolution": "string"
}Read the signed-in user's profile. GET
Read the signed-in user's profile — Competitor Tracker & Co. API reference for GET /v1/users/me: request parameters, request body, response schema plus the.
Complete signup. Requires acceptance of the Terms of Service and Privacy Policy, sets first and last name, optionally claims the own-app domain (owner-only) and persists the optional referral survey. One-shot: a second call returns 409. POST
Complete signup. Requires acceptance of the Terms of Service and Privacy Policy, sets first and last name, optionally claims the own-app domain (owner-only).