- Acl
- Custom PG
- CSV Import
- Menu
- Notification
- Tax
- Themes
- Customer
- Wallet
- Loyality Points
- City
- Promo
- Order
- Search
- Marketplace
- Task
- Merchant
- Catalogue
- Business Categories
- Send SMS
- Admin
- Billing
- Project
- Discount
- Store Reviews
- checkout template
- Payment
Send App Link SMS
POST
/open/sendAppLinkSMS
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
string
required
phone
integer
required
app_type
integer
required
Example
{
"domain_name": "dom",
"phone": 8989898989,
"app_type": 1
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33