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
Retrieve the list of email templates​
Create an email template​
POST
/api/v2/email-manager/
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Retrieve a specific email template​
Send an Email​
Send an Email from a template​
POST
/api/v2/email-manager/send-email-with-template
Creates an Email Template
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
{
 Â
 Â
 Â
 Â
 Â
}
