Auth

Register a new user

post/1/auth/register

Request body

emailstring required
passwordstring required
namestring required
surnamestring required

Response

Default Response

statusstring required
codestring required
dataobject required

Changes

Changed in 2 of the 2 revisions of this API.11

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • removed the media type application/json for the response with the status 200

      response-media-type-removed