GET
/
api
/
v2
/
proof-point
/
get
Get Proof Point
curl --request GET \
  --url https://app.octavehq.com/api/v2/proof-point/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": {
    "howWeTalkAboutThis": [
      "<string>"
    ],
    "whyThisMatters": [
      "<string>"
    ],
    "type": "stat",
    "customFields": [
      {
        "title": "<string>",
        "value": [
          "<string>"
        ]
      }
    ]
  },
  "user": {
    "oId": "<string>"
  },
  "workspace": {
    "oId": "<string>"
  }
}

Authorizations

api_key
string
header
required

Query Parameters

oId
string
required

Proof Point OId

Response

200
application/json

Proof Point data

The response is of type object.