Skip to content

REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.

Servers​

https://v2-staging.tscheckout.comCurrent host

Get Intellitix settings for an event​

GET
/api/v2/events/{eventId}/intellitix-settings

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

eventId*

Event ID

Type
integer
Required
Format
"int64"

Responses​

Event Intellitix settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​


Update Intellitix settings for an event​

PATCH
/api/v2/events/{eventId}/intellitix-settings

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

eventId*

Event ID

Type
integer
Required
Format
"int64"

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​


Sync all missing Intellitix transactions for an event​

POST
/api/v2/events/{eventId}/intellitix-settings/sync-orders

Creates Intellitix transactions for orders that do not already have one. Existing transactions are skipped.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

eventId*

Event ID

Type
integer
Required
Format
"int64"

Responses​

Bulk sync result

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​


Powered by VitePress OpenAPI