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

AnalyticsSettings​

Endpoints to interact with Analytics settings


Get analytics settings​

GET
/api/v2/settings/analytics

Returns the four analytics settings (globalHead, globalBody, checkOutBody, confirmationBody).

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Analytics settings object

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

Playground​

Authorization

Samples​


Update analytics settings​

PATCH
/api/v2/settings/analytics

Update analytics settings.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Updated analytics settings

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

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI