We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d00bb commit 5ff418cCopy full SHA for 5ff418c
config/v3/verify_email/send.json
@@ -136,6 +136,11 @@
136
"description": "[Optional] The page ID to redirect to",
137
"type": "integer"
138
},
139
+ "residence": {
140
+ "description": "[Optional] 2-letter country code (obtained from `residence_list` call).",
141
+ "type": "string",
142
+ "pattern": "^[a-z]{2}$"
143
+ },
144
"signup_device": {
145
"description": "[Optional] Show whether user has used mobile or desktop.",
146
"type": "string",
0 commit comments