API Documentation

Matterial SaaS Instance Manager - API - signup

Full signup, solo signup just transmits email address

URL

POST <application-url>/signup

Consumes

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
}
Produces
RESULT
  • 201 CREATED (signup created ok)
  • 500 INTERNAL_SERVER_ERROR

Subsequent requests with the same email address will OVERWRITE the current data that is cached for a specific amount of time.

Contact sales