Conversion callback
Send a request to Runwayer AI after successful conversion of the user from our onboard
Where to send: app.runwayer.com/api/v1/conversion
planPrice is in minimum currency units (e.g. cents)
planType (optional) can be "test", "week", "month", or "year"
planCurrency (optional) is the currency code (3 letter)
trialDays (optional) is the number of days of trial
Request body
{
"onboardId": "string",
"trialDays": 0,
"planType": "test",
"planPrice": 0,
"planCurrency": "USD"
}Responses
200
Conversion successful.
No links
400
Bad Request.
No links
404
Onboard not found.
No links
Last updated