Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This needs to be requested from the following url using a POST request. Once the token has been returned, it will expire after 60 minutes.

GET
POST

https://{enterprise}.cvtr.io/

api/v3/campaign/{CAMPAIGN_ID}/leads/{LEAD_ID}?access_token={ACCESS_TOKEN}

oauth/v2/token


Access token (more information)
ParameterRequiredDescription
CAMPAIGNclient_IDidYesCampaign ID of lead
LEAD_IDYesLead ID
ACCESS_TOKENYesClient ID which is supplied on a platform wide bases
client_secretYesClient Secret which is supplied on a platform wide bases
grant_typeYesMust be set to "password"
usernameYesYour username
passwordYesYour password

...