URL
POST <application-url>/login
Consumes
application/json
Login
{
"email": "[email protected]",
"password":"test#12345"
}
Produces
application/json
Account
{
"firstName": "Michael",
"lastName": "Mustermann",
"language": "de",
"company": "Test GmbH",
"street": "Test Street 21",
"postalcode": "55555",
"city": "Mainz",
"country": "Germany",
"customerId": "cus_Fl8qKkQG6XNl5b",
"vatNo": null,
...
}
RESULT
- 200 OK
- 401 UNAUTHORIZED