GET
Auth Required
Get Setting
Get a specific setting by ID.
https://hoodsly-moc-api.wppool.dev/api/v1/settings/{id}
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"
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | int | Setting ID |
shop | string | Shop identifier |
key | string | Setting key name |
value | string | Setting value |
created_at | string | Creation timestamp |
updated_at | string | Last update timestamp |
Request
GET
/api/v1/status
Response