POST api_v2/AccountUserSessions/ConfirmLoginByPhoneNumber
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <Value>sample string 1</Value> </Request>
application/json, text/json
Sample:
{ "Value": "sample string 1" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Token>sample string 1</Token> </Result>
application/json, text/json
Sample:
{ "Token": "sample string 1" }