Skip to main content
POST
Generate Tenant Onboarding Token

Authorizations

Authorization
string
header
required

HTTP Bearer Authentication. Generate a shared token via /authenticate/token, then pass it as Authorization: Bearer <token>.

Body

application/json
tenant_email
string<email>
required

Email of the application participant starting onboarding.

application_id
string
required

Application containing the tenant email.

property_id
string
required

Property linked to the application.

Response

Tenant onboarding request processed successfully

status
enum<string>
Available options:
success
message
string

Describes whether onboarding, SKOR login, or no further action is required.

data
object