Skip to main content
POST
Create CreditTransaction

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 credit transaction records a billing credit usage or addition for an organization.

amount
number<double>
changeSequence
integer<int32>
createdOn
string<date-time>
id
string
note
string
organization
object | null

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

organizationId
string | null
transactionId
string
updatedOn
string<date-time>
user
object | null

A platform user represents a user account in the Kodexa platform.

userId
string | null
uuid
string

Response

Created CreditTransaction

A credit transaction records a billing credit usage or addition for an organization.

amount
number<double>
changeSequence
integer<int32>
createdOn
string<date-time>
id
string
note
string
organization
object | null

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

organizationId
string | null
transactionId
string
updatedOn
string<date-time>
user
object | null

A platform user represents a user account in the Kodexa platform.

userId
string | null
uuid
string