Skip to main content
POST
/
v2
/
signup
/
session
{
  "url": "<string>",
  "created_at": "<string>",
  "expires_at": "<string>",
  "legal_entity_id": "<string>"
}

Headers

authorization
string

Body

application/json
business_name
string
required
user_email
string
required
callback_url
string
required
business_information
object | null
external_company_id
string | null

Response

Successful Response

url
string
required

This is a session scoped URL which allows users to completed the signup process.

created_at
string
required
expires_at
string
required
I