VerifyEmailRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
token |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
token |
string | Yes |
{
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string"
}
}
}