Skip to main content

Create signup

POST 

/signups

This will create a new signup object, which can be either verified by e-mail or by the user creating an account in Identity

Request

Body

    verify_with_email boolean

    If true, the user will be sent an email to verify their e-mail address, and if false, the user will need to verify their e-mail address when they create an account in Identity

    email_address string

    The e-mail address that should receive the welcome e-mail

    coupon string

    The code for the coupon that will be applied to the first new organization created by the user

    campaign

    object

    id string
    name string
    source string
    medium string
    term string
    content string

Responses

This will create a new signup object, which can be either verified by e-mail or by the user creating an account in Identity

Schema

    id stringrequired

    The ID of the signup

    email_address stringnullablerequired

    The e-mail address that was sent the welcome email

    url stringnullablerequired

    The URL for the user to continue their signup process, only available if verify_with_email is false

Loading...