Matterial SaaS Instance Manager - API - signup
Full signup, solo signup just transmits email address
Full signup, solo signup just transmits email address
POST <application-url>/signup
application/json
Payload (AuthRequest):
{
"firstName": "Test",
"lastName": "User",
"company": "Matterial GmbH",
"street": "Teststrasse 22",
"postalcode": "55252",
"city": "Wiesbaden",
"countryCode": "de",
"customerId": null,
"vatNo": null,
"login": {
"timestamp": 1521534928861,
"email": "kpa@dev.null",
"password": "1"
},
"licenceInfo": null,
"subscriptions": null
}
Subsequent requests with the same email address will OVERWRITE the current data that is cached for a specific amount of time.