DiceX DevelopersDiceX API Docs

Get Otp Template Parameters

GET
/api/v1/Sms/GetOtpTemplateParameters
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

templateCode?integer
Formatint32

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/Sms/GetOtpTemplateParameters"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "params": [
      "string"
    ],
    "message": "string"
  }
}