Matterial SaaS Instance Manager - API - confirm
Email confirmation with token from email
Email confirmation with token from email
POST <application-url>/confirm
application/json (token from mail notification link as string)
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"
}