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

IntegrationsS1P​

Endpoints to interact with Solution One Partners (S1P) integration


Get Solution One Partners (S1P) settings​

GET
/api/v2/integrations/s1p

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Solution One Partners (S1P) settings

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

Playground​

Authorization

Samples​


Update Solution One Partners (S1P) settings​

PATCH
/api/v2/integrations/s1p

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

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

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI