Path1

Summary of the GET operation

get

Description of the GET operation

Authorizations
Query parameters
parameter1stringRequired

Description of parameter1

Responses
200

Successful response

application/json
get
GET /v1/path1 HTTP/1.1
Host: api.example.com
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "property1": "example_value",
  "property2": 123
}