Conversions

A conversion is a Springest platform user leaving their personal data through a transaction with an Institute's Trainings. Most used are Leads (an information request) and Bookings (a purchase). You can read conversions linked to your institute.

Conversions are only available to the institute to which they belong. To gain access to these conversions, you must use the API key found here. Results are sorted in reverse chronological order.

Available Methods

Method Description
GET /conversions.xml Get conversions for an institute
GET /conversions/:id.xml Get a single conversion

Return a list of conversions

Request

GET /conversions.xml?api_key=YOURAPIKEY
Response code: 200

Return a single conversion

Request

GET /conversions/:id.xml?api_key=YOURAPIKEY
Response code: 200