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
List linked sites​
Create linked site​
Get linked site by ID​
Delete linked site​
Update linked site​
PATCH
/api/v2/linked-sites/{id}
Update an existing linked site
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Linked Site ID
Type
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Updated linked site
application/json
{
 Â
}
Delete multiple linked sites​
Test linked site connection​
POST
/api/v2/linked-sites/{id}/test
Attempts to obtain a fresh API token from the linked site (same as v1 Test action).
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Linked Site ID
Type
Requiredinteger
Format
"int64"Responses​
Connection test result (success or failure details in body)
application/json
{
 Â
}
