Skip to main content
POST
/
api
/
projects
/
from_opp
Create project from opportunity
curl --request POST \
  --url https://app.narrativebanking.com/api/projects/from_opp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "insightId": "12001"
}
'
{
  "projectId": "<string>",
  "insightId": "<string>",
  "isActive": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
insightId
string
required

Response

Project created

projectId
string
insightId
string
isActive
boolean