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
GeneralSettings​
Endpoints to get and update general site settings. Response and request use "general", "policy", and "api" objects. Boolean fields default to false; string fields default to empty string.
Get General settings​
Update General settings​
PATCH
/api/v2/settings/general
Partial update of general settings. Accepts application/json or multipart/form-data with optional adminHeaderPicture file upload (jpeg, png, gif, webp, max 5MB).
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
"string"
Responses​
Settings updated successfully
application/json
{
 Â
}
