Appearance
Retrieve a key from the API or SDK.
GET /v1/config/{key}?environment=production Authorization: Bearer <SMPLKIT_API_KEY>
{ "key": "checkout.timeout", "value": 3000, "environment": "production", "version": 42 }