Send Authentication Template (OTP)
POST
https://test.your-api-server.comhttps://api.karzoun.app/CloudApi.php
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.karzoun.app/CloudApi.php?token=EAA...&sender_id=Phone_Number_Id&phone=966....&template=Template_Name¶m_1={OTP_CODE}&url_button={OTP_CODE}'
Response Response Example
{}
Request
Query Params
token
string
optional
Example:
EAA...
sender_id
string
optional
Example:
Phone_Number_Id
phone
string
optional
Example:
966....
template
string
optional
Example:
Template_Name
param_1
string
optional
Example:
{OTP_CODE}
url_button
string
optional
Example:
{OTP_CODE}
Responses
Modified at 2024-05-28 18:13:57