Skip to content

Read configuration

Retrieve a key from the API or SDK.

HTTP request

http
GET /v1/config/{key}?environment=production
Authorization: Bearer <SMPLKIT_API_KEY>

Response shape

json
{
  "key": "checkout.timeout",
  "value": 3000,
  "environment": "production",
  "version": 42
}