Skip to main content

Create a Validation Invite

POST 

/v1/validation-invites

Create a Validation Invite

Request​

Body

required
    redirectUrl url

    Possible values: <= 255 characters

    Url that the hosted form redirects to after the flow is completed

    metadata object

    You can use this parameter to attach key-value data to a Validation Invite

    language string

    Valid RFC 5646 language code

    hostedConfigId string

    Hosted configuration id

Responses​

Successfully created a Validation Invite

Schema
    data object
    id string
    status string

    Possible values: [open, expired, complete]

    metadata objectnullable

    Key-value data that you can attach to an object.

    language string

    Defaults to en-GB

    redirectUrl url

    Url that the hosted form redirects to after the flow is completed

    url url

    Dynamic Hosted form URL for the validation invite

    createdAt date-time
    expiresAt date-time
    object string
Loading...