signup-flow
signup-flow

Configure Trial

Configure trial based on user's choice during signup.

Three paths:

  1. standard_trial - 7-day Pro trial with credit card required
  2. invite_code - Extended Pro trial with invite code (no credit card)
  3. skip_trial - Start with Free tier (no credit card)
post/signup-flow/configure-trial

Headers

authorizationstring nullable

Request body

choicestring required
invite_codestring nullable
stripe_customer_idstring nullable

Response

Successful Response

successboolean required
choicestring required
trial_activeboolean required
trial_tierstring nullable
trial_endstring nullable
requires_paymentboolean required
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.