POST v1/auth/register/verify
Request Information
URI Parameters
None.
Body Parameters
RegisterVerifyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OtpSessionId | string |
None. |
|
| Otp | string |
None. |
|
| ShopId | integer |
None. |
Request Formats
application/json
Sample:
{
"otp_session_id": "sample string 1",
"otp": "sample string 2",
"shop_id": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json
Sample:
Sample not available.