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

FieldTypeDescription
idintSetting ID
shopstringShop identifier
keystringSetting key name
valuestringSetting value
created_atstringCreation timestamp
updated_atstringLast update timestamp
Request
GET /api/v1/status
Response