Users
Here you can send a new confirmation email to a user if you have this need
post
Authorizations
x-w3block-api-keystringRequired
W3block API key
Body
emailstringRequired
companyIdstringRequired
verificationTypestring · enumOptionalDefault:
invisiblePossible values: Responses
204Success
No content
401
Unauthorized - Integration API key or JWT required
post
/users/account-complete/retryPOST /users/account-complete/retry HTTP/1.1
Host:
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"email": "text",
"companyId": "text",
"verificationType": "invisible"
}No content
Last updated