Skip to main content
POST
Send Business Invite

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerID
string<uuid>
required

Unique identifier of the customer sending the invitation

Example:

"22f210e4-4455-4107-b132-97e8478546ea"

Body

application/json

Business and applicant details for the invitation. Provide either a business object to create a new business, or an existing_business_id / existing_business object to invite applicants to an existing business.

applicants
Applicant · object[]
required

List of applicants to invite. At least one applicant is required.

Minimum array length: 1
business
object

Details for creating a new business with the invitation. Cannot be used together with existing_business_id or existing_business.

existing_business_id
string<uuid>

UUID of an existing business to send the invitation for. Cannot be used together with business or existing_business.

existing_business
object

Reference to an existing business with additional context. Cannot be used together with business or existing_business_id.

case_id
string<uuid>

UUID of an existing case to associate with the invitation. Only applicable when using existing_business_id or existing_business.

existing_applicant_ids
string<uuid>[]

UUIDs of existing applicants to include in the invitation

esign_template_id
string<uuid>

UUID of an e-sign template to attach to the invitation

esign_templates
string<uuid>[]

List of e-sign template UUIDs to attach to the invitation

custom_field_template_id
string<uuid>

UUID of a custom field template to apply to the invitation

custom_fields
object

Custom field values to prefill on the invitation, keyed by field identifier

Response

OK

status
string
message
string
data
object