cURL
curl --request POST \ --url https://gateway.varchev.com/email/send \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "from": "no-reply@sepa-cyber.com", "to": "test@gmail.com", "subject": "Sepa email", "content": "Wso2 test email", "contentType": "text/plain" }'
{ "result": { "success": true } }
The access token received from the authorization server in the OAuth 2.0 flow.
Send Email
The body is of type object.
object
Default response
The response is of type object.