Path1
Description of the GET operation
Authorizations
Query parameters
parameter1stringRequired
Description of parameter1
Responses
200
Successful response
application/json
400
Bad request
500
Internal server error
get
GET /v1/path1 HTTP/1.1
Host: api.example.com
X-API-KEY: YOUR_API_KEY
Accept: */*
{
"property1": "example_value",
"property2": 123
}