Skip to main content
POST
Create Session

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

A session represents a processing session for document operations.

organizationId
string | null
required
organization
object | null

An organization is the top-level tenant in Kodexa. All projects, stores, and resources belong to an organization.

state
enum<string>
Available options:
OPEN,
CLOSED
token
string

Response

Created Session

A session represents a processing session for document operations.

changeSequence
integer<int32>
required

Optimistic locking version number.

createdOn
string<date-time>
required

Timestamp when the session was created.

id
string
required

Unique identifier (UUID) for the session.

organization
object | null
required

An organization is the top-level tenant in Kodexa. All projects, stores, and resources belong to an organization.

organizationId
string | null
required
state
enum<string>
required
Available options:
OPEN,
CLOSED
token
string
required
updatedOn
string<date-time>
required

Timestamp when the session was last updated.

uuid
string
required

Secondary UUID identifier.