Skip to main content
POST
/
v1
/
marketing-center
/
automation
/
opportunity
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v1/marketing-center/automation/opportunity \
  --header 'Content-Type: application/json' \
  --data '
{
  "opportunityId": "<unknown>"
}
'

Body

application/json
opportunityId
any
required

Response

200

Success