Skip to main content
POST
Create a new session

Authorizations

Authorization
string
header
required

Body

application/json

Session creation request

client_id
string
required

Client identifier

connection_type
enum<string>
required
Available options:
vless
zone
string
required

Zone code (matching the 'code' field from the /zones endpoint)

reusable
boolean

Whether the session can be reused for multiple connections

Response

Session created successfully

id
string

Unique session identifier

connection_type
enum<string>
Available options:
vless
zone
string
configuration
object

Connection configuration details

VLESS configuration link

reusable
boolean

Whether the session can be reused for multiple connections

created_at
string<date-time>