POST Auth/VerifyOTP
Request Information
URI Parameters
None.
Body Parameters
VerifyOTPRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| otp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"otp": "sample string 2"
}
application/xml, text/xml
Sample:
<VerifyOTPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OffshorePlacementsAPI.Models"> <email>sample string 1</email> <otp>sample string 2</otp> </VerifyOTPRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GeneralResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| remarks | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"remarks": "sample string 2"
}
application/xml, text/xml
Sample:
<GeneralResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OffshorePlacementsAPI.Models"> <remarks>sample string 2</remarks> <status>sample string 1</status> </GeneralResponse>