cURL
curl --request GET \ --url https://app.octavehq.com/api/v2/buying-trigger/get \ --header 'api_key: <api-key>'
{ "_metadata": { "requestId": "requestId", "timestamp": "2021-01-01T00:00:00.000Z", "usage": 0, "message": "message" }, "oId": "<string>", "createdAt": "<string>", "name": "<string>", "internalName": "<string>", "description": "<string>", "updatedAt": "<string>", "deletedAt": "<string>", "archivedAt": "<string>", "active": true, "data": { "whyThisCreatesUrgency": [ "<string>" ], "whoFeelsThisMost": [ "<string>" ], "whatsTheCostOfInaction": [ "<string>" ], "howWeHelpInThisMoment": [ "<string>" ], "customFields": [ { "title": "<string>", "value": [ "<string>" ] } ] }, "user": { "oId": "<string>", "firstName": "John", "lastName": "Doe" }, "workspace": { "oId": "<string>" } }
Get buying trigger by OId
Buying trigger OId
Buying trigger data
Show child attributes
Creation date
Buying trigger name
Buying trigger internal name
Buying trigger description
Updated date
Deleted date
Archived date
User data
Workspace data