- 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
Settings
POST
/open/add_website_assets
Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
marketplace_user_id | number | account id | |
merchant_redirection_url | string | merchant's redirection url | |
user_id | Number | store id | |
user_type | Number | 2 - for admin |
Request
Body Params application/json
object {0}
Example
{
"api_key" : {{apikey}},
"merchant_redirection_url": "url",
"marketplace_user_id":"1331",
"user_id": "13144",
"user_type": "2"
}
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/add_website_assets' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"merchant_redirection_url": "url",
"marketplace_user_id":"1331",
"user_id": "13144",
"user_type": "2"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-06-25 14:53:45