POST Api/SendOTP

Request Information

URI Parameters

None.

Body Parameters

OTP
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OTP'.

Response Information

Resource Description

RapidAPIOfString
NameDescriptionTypeAdditional 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"
  ]
}