- 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
getUserTheme
POST
/open/themes/getUserTheme
Name | Type | Description | |
---|---|---|---|
domain_name | string | domain name | |
module | string(optional) | module | |
source | number(optional) | source |
Request
Body Params application/json
domain_name
string
required
module
string
required
source
integer
required
Example
{
"domain_name": "test.com",
"module": "abc",
"source": 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/themes/getUserTheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_name" : "test.com",
"module" : "abc",
"source" : 1
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33