API Documentation

Matterial SaaS Instance Manager - API - confirm

Email confirmation with token from email

URL

POST <application-url>/confirm

Consumes

application/json (token from mail notification link as string)

Produces

application/json

AuthRequest
{
    "subscription": {
        "paymentToken": null,
        "items": {
            "1001STORAGEEB2017": 4,
            "1001REVIEWEB2018": 10,
            "1001TEAMEB2017": 1,
            "1001USEREB2017": 10
        }
    },
    "account": {
        "firstName": null,
        "lastName": null,
        "company": null,
        "street": null,
        "postalcode": null,
        "city": null,
        "countryCode": null,
        "customerId": null,
        "vatNo": null,
        "login": {
            "timestamp": 1521534928861,
            "email": "kpa@dev.null",
            "password": null
        },
        "licenceInfo": null,
        "subscriptions": null
    },
    "captcha": null,
    "language": "de"
}
RESULT
  • 200 Ok
  • 410 GONE (verification link no longer valid)

Contact sales