API Documentation

Matterial SaaS Instance Manager - API - sendconfirmation

Sends confirmation mail to recipient

URL

POST <application-url>/sendconfirmation

Consumes

application/json

AuthRequest
{
    "account": {
        "login": {
            "email": "kpa@dev.null"
        }
    },
    "captcha": null,
    "subscription": {
        "paymentToken": null,
        "items": {
            "1001STORAGEEB2017": 4,
            "1001REVIEWEB2018": 10,
            "1001TEAMEB2017": 1,
            "1001USEREB2017": 10
        }
    },
    "language": "de"
}
Produces
RESULT
  • 201 CREATED (signup created ok)
  • 409 CONFLICT (credential already exist)
  • 500 INTERNAL_SERVER_ERROR

Contact sales