Skip to main content
POST
Create Session

Headers

User-Agent
string
required
X-Forwarded-For
string
required
Example:

"127.0.0.1"

X-Tenant-ID
string
required
Example:

"tenant-demo-001"

sec-ch-ua-platform
string
X-Forwarded-From
string
required

Client source identifier

Example:

"client-app"

platform
string
required

Client platform

Example:

"mobile"

deviceId
string
required

Device identifier

Example:

"device-demo-001"

Path Parameters

organizationId
string<uuid>
required
Example:

"00000000-0000-0000-0000-000000000000"

userId
string<uuid>
required
Example:

"00000000-0000-0000-0000-000000000000"

Body

application/json
ipAddress
string

Client IP address

Example:

"127.0.0.1"

userAgent
string

User agent string

Example:

"Mozilla/5.0"

platform
string

Client platform

Example:

"web"

deviceId
string

Device identifier

Example:

"device-demo-001"

username
string

Username for login/session

Example:

"admin@example.test"

password
string

Password for login/session

Example:

"SecurePass123!"

role
string

Role assigned to session

Example:

"MASTER_ADMIN"

organizationType
string

Organization type

Example:

"PLATFORM_OWNER"

Response

200

OK