GET
/
api
/
v2
/
competitor
/
get
Get Competitor
curl --request GET \
  --url https://app.octavehq.com/api/v2/competitor/get \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "usage": 0,
    "requestId": "requestId",
    "message": "message",
    "timestamp": "2021-01-01T00:00:00.000Z"
  },
  "oId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "deletedAt": "<string>",
  "archivedAt": "<string>",
  "name": "<string>",
  "internalName": "<string>",
  "description": "<string>",
  "active": true,
  "data": {
    "businessModel": [
      "<string>"
    ],
    "comparativeStrengths": [
      "<string>"
    ],
    "comparativeWeaknesses": [
      "<string>"
    ],
    "keyDifferentiators": [
      "<string>"
    ],
    "reasonsWeWin": [
      "<string>"
    ],
    "customersWeWon": [
      "<string>"
    ],
    "customersWeSwitched": [
      "<string>"
    ],
    "customFields": [
      {
        "title": "<string>",
        "value": [
          "<string>"
        ]
      }
    ]
  },
  "user": {
    "oId": "<string>"
  },
  "workspace": {
    "oId": "<string>"
  },
  "shared": true
}

Authorizations

api_key
string
header
required

Query Parameters

oId
string
required

Competitor OId

Response

200
application/json

Competitor data

The response is of type object.