Lunar · Example Payload

Lunar Proxy Request Headers

API ManagementAPI GatewayAI GatewayMCP GatewayRate LimitingQuota EnforcementAPI MonetizationTraffic ManagementAPI GovernanceCost ControlsObservability

Lunar Proxy Request Headers is an example object payload from Lunar, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

x-lunar-schemex-lunar-hostx-lunar-consumer-tagAuthorization

Example Payload

lunar-proxy-request-headers.json Raw ↑
{
  "x-lunar-scheme": "https",
  "x-lunar-host": "api.stripe.com",
  "x-lunar-consumer-tag": "my-service-v2",
  "Authorization": "Bearer sk_live_xxxxxxxxxxxx"
}