GET
Auth Required
List Settings
Get all settings for a shop.
https://hoodsly-moc-api.wppool.dev/api/v1/settings
Query Parameters
| Parameter | Type | Description |
|---|---|---|
shop | string | Filter by shop name |
Response
200 OK
[
{
"id": 1,
"shop": "hoodslyhub",
"key": "partner_discount_percentage",
"value": "15",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": 2,
"shop": "hoodslyhub",
"key": "email_admin_notification_enabled",
"value": "true",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": 3,
"shop": "hoodslyhub",
"key": "shipping_flat_rate",
"value": "25.00",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
]
Request
GET
/api/v1/status
Response