POST Api/SendOTP
Request Information
URI Parameters
None.
Body Parameters
OTPName | Description | Type | Additional information |
---|---|---|---|
Number | string |
None. |
|
CountryCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "number": "sample string 1", "countryCode": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RapidAPIOfStringName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ "sample string 1", "sample string 2" ] }