Users
Here you can send a new confirmation email to a user if you have this need
post
Authorizations
Body
emailstringRequired
companyIdstringRequired
verificationTypestring · enumOptionalDefault:
invisible
Possible values: Responses
204Success
401
Unauthorized - Integration API key or JWT required
post
POST /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