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​
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
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Settings updated successfully
application/json
{
 Â
}
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
Requiredinteger
Format
"int64"Responses​
Bulk sync result
application/json
{
 Â
}
