Accept voucher invitation
post/auth/v0.1/register/invite/confirm
Request
Authorization
X-AT
header
apiKey
Body
application/json
tokenThe invitation token as received in an e-mail.
string
REQUIRED
firstNameUser's first name.
string
REQUIRED
lastNameUser's last name.
string
REQUIRED
emailUser's e-mail address.
string
REQUIRED
passwordThe encrypted and base64 encoded password of your user account.
string
REQUIRED
confirmationThe encrypted and base64 encoded new password for confirmation.
string
REQUIRED
companyNameThe company name for invoicing.
string
REQUIRED
streetThe company street for invoicing.
string
REQUIRED
zipThe company zip code for invoicing.
string
REQUIRED
cityThe company city name for invoicing.
string
REQUIRED
country_codeThe company country code for invoicing.
string
REQUIRED
vatThe company VAT number for invoicing.
string
Response
200User created successfully.
404Invitation token not found.
422User creation error.
Shell cURL
shellShow schema
json