/v2/apis/{apiId}
GET
/v2/apis/{apiId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/apis/'
Response Response Example
200 - Example 1
{
"ApiEndpoint": "string",
"ApiGatewayManaged": true,
"ApiId": "string",
"ApiKeySelectionExpression": "string",
"CorsConfiguration": {
"AllowCredentials": true,
"AllowHeaders": [],
"AllowMethods": [],
"AllowOrigins": [],
"ExposeHeaders": [],
"MaxAge": 0
},
"CreatedDate": "string",
"Description": "string",
"DisableSchemaValidation": true,
"DisableExecuteApiEndpoint": true,
"ImportInfo": [],
"Name": "string",
"ProtocolType": "WEBSOCKET",
"RouteSelectionExpression": "string",
"Tags": {
"property1": "string",
"property2": "string"
},
"Version": "string",
"Warnings": []
}
Request
Path Params
apiId
stringÂ
required