Get Otp Template Parameters
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
templateCode?integer
Format
int32Response Body
curl -X GET "https://gateway.dicex.me/api/v1/Sms/GetOtpTemplateParameters"{
"isSuccess": true,
"message": "string",
"value": {
"params": [
"string"
],
"message": "string"
}
}