Validate ownership of a phone number.
GET {{baseUrl}}/validate/msisdn/submitToken?sid=dolore ipsum&client_secret=monkeys_are_GREAT&token=atoken
Validate ownership of a phone number.
If the three parameters are consistent with a set generated by a
requestToken
call, ownership of the phone number address is
considered to have been validated. This does not publish any
information publicly, or associate the phone number 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 sent to the user. |
RESPONSES
status: OK
""