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

OutgoingEmailSettings​

Outgoing email settings (mailer provider, credentials, from address)


Get outgoing email settings​

GET
/api/v2/settings/outgoing-email

Returns the current outgoing email configuration including mailer type, from address, and provider credentials

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Outgoing email settings

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

Playground​

Authorization

Samples​


Update outgoing email settings​

PATCH
/api/v2/settings/outgoing-email

Update outgoing email settings. Required fields depend on the selected mailer type.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Updated outgoing email settings

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

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI