Canvas OneStop REST API

A simple API to integrate Canvas, Stripe, and more.

BASE API URI: api.canvasadmin.educative.tech

Email Routes

Sends a suppor ticket email

POST

Endpoint: /api/mailer/ticket

Auth headers required

Expected Params:

{
    "name": string,
    "email": string,
    "subject" string;
    "message": string
    "user": string / optional
    "account": string / optional
}

Example Response:

{
    "status": "success",
    "message": "Support ticket sent successfully"
    code: 200
}