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 third party accounts​
GET
/api/v2/settings/third-party-accounts
Returns a searchable paginated list of third party accounts
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Responses​
Third party account list
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Create third party account​
Get third party account by ID​
GET
/api/v2/settings/third-party-accounts/{id}
Returns a single third party account by ID
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Third party account ID
Type
Requiredinteger
Format
"int64"Responses​
Third party account object
application/json
{
 Â
}
Delete third party account​
Update third party account​
PATCH
/api/v2/settings/third-party-accounts/{id}
Update an existing third party account
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Third party account ID
Type
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Updated third party account
application/json
{
 Â
}
Bulk delete third party accounts​
POST
/api/v2/settings/third-party-accounts/bulk-delete
Deletes multiple third party accounts
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Third party accounts deleted successfully
