Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Amazon API Gateway Gateway Responses API

Operations for managing gateway responses

Amazon API Gateway Gateway Responses API is one of 18 APIs that Amazon API Gateway publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include Gateway Responses. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, pricing, a getting-started guide, an API reference, a JSON-LD context, and 8 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 2015-07-09.

Requests are made against a single base URL, https://apigateway.{region}.amazonaws.com.

3 operations 2 paths 4 schemas 2 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2015-07-09
Base URL
https://apigateway.{region}.amazonaws.com
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Amazon API Gateway Gateway Responses API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (sigv4). By default, every request must be authenticated.

  • sigv4 — AWS Signature Version 4 authentication

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Gateway Responses 3

Operations for managing gateway responses

GET
/restapis/{restapi_id}/gatewayresponses
Amazon API Gateway List Gateway Responses
GetGatewayResponses 3 params → 200400404429
GET
/restapis/{restapi_id}/gatewayresponses/{response_type}
Amazon API Gateway Get a Gateway Response
GetGatewayResponse 2 params → 200404429
PUT
/restapis/{restapi_id}/gatewayresponses/{response_type}
Amazon API Gateway Create or Update a Gateway Response
PutGatewayResponse 2 params body → 201400404429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are GatewayResponse (5 properties), PutGatewayResponseRequest (3 properties), Error (2 properties), GatewayResponses (2 properties). Each schema is shown below with its type and property counts.

PutGatewayResponseRequest
object
3 properties
GatewayResponses
object
2 properties
GatewayResponse
object
5 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

amazon-api-gateway-gateway-responses-api-openapi.yml Raw ↑

Other APIs Amazon API Gateway publishes across the network.

Amazon API Gateway WebSocket API
Amazon API Gateway HTTP API
Amazon API Gateway Management API
Amazon API Gateway API Keys API
Amazon API Gateway Authorizers API
Amazon API Gateway Base Path Mappings API
Amazon API Gateway Deployments API
Amazon API Gateway Documentation API
Amazon API Gateway Domain Names API
Amazon API Gateway Methods API
Amazon API Gateway Models API
Amazon API Gateway Request Validators API