Skip to main content

Register with email and password

POST /v2/register/
v2
POST
user-register

Request

Responses

application/json

Registration was successfull. A verification email will be sent to the specified email address. The users can be used as soon as the verification link was opened

  • userIdstring (uuid)
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"email":"email@mittwald.example","password":"string","person":{"firstName":"Ada","lastName":"Lovelace","title":"mr"}}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/register