Parameter |
Type |
Description |
domain_name |
string |
Customer side domain is required |
phone |
number |
Phone number is required including country code. |
app_type |
number |
For Merchant app enter 1, for Customer app enter 2 |
Request
Body Params application/json
{
"domain_name": "dom",
"phone" : 8989898989,
"app_type" : 1
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/sendAppLinkSMS' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_name": "dom",
"phone" : 8989898989,
"app_type" : 1
}'
Responses
application/json Modified at 2024-04-17 07:11:33