NGINX · Example Payload

Njs Headers Example

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

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

Top-level fields

Content-TypeAuthorizationX-Request-IDAccept

Example Payload

Raw ↑
{
  "Content-Type": "application/json",
  "Authorization": "Bearer eyJhbGciOiJIUzI1NiIs...",
  "X-Request-ID": "req-abc-12345",
  "Accept": "*/*"
}