Validate ownership of an email address.
GET {{baseUrl}}/validate/email/submitToken?sid=id proident cillum&client_secret=monkeys_are_GREAT&token=atoken
Validate ownership of an email address.
If the three parameters are consistent with a set generated by a
requestToken
call, ownership of the email address is considered to
have been validated. This does not publish any information publicly, or
associate the email address with any Matrix user ID. Specifically,
calls to /lookup
will not show a binding.
Note that, in contrast with the POST version, this endpoint will be used by end-users, and so the response should be human-readable.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sid | string | (Required) The session ID, generated by the requestToken call. | |
client_secret | string | (Required) The client secret that was supplied to the requestToken call. | |
token | string | (Required) The token generated by the requestToken call and emailed to the user. |
RESPONSES
status: OK
""