Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 449fd2f

Browse files
author
Github Workflow
committed
JSON Schema Update
1 parent f1cd647 commit 449fd2f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"confirm_email": 1,
3+
"created_for": "account_opening",
34
"email_consent": 1,
45
"verification_code": "ExampleVerificationCode"
56
}

config/v3/confirm_email/send.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
1
1919
]
2020
},
21+
"created_for": {
22+
"description": "[Optional] Purpose of the email verification. If set to 'account_opening', the API will only return the verification response without updating the user's email verification status.",
23+
"type": "string",
24+
"default": "account_verification",
25+
"enum": [
26+
"account_verification",
27+
"account_opening"
28+
]
29+
},
2130
"email_consent": {
2231
"description": "Boolean value: 1 or 0, indicating whether the client has given consent for marketing emails.",
2332
"type": "integer",

0 commit comments

Comments
 (0)