Skip to main content
POST
Create Application

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
title
string
required
Maximum string length: 255
Example:

"Carrer de Mallorca 123 application"

tenants
object[]
required

Unique tenant emails. They do not need to belong to an existing tenant account.

Required array length: 1 - 5 elements
Example:

Response

An application already exists for these tenants

status
enum<string>
Available options:
success
message
string
Example:

"Application already exists for these tenants"

data
object