Get with header parameters
GET/headers
Schema:
X-Custom-Header:
in: header
schema:
type: object
properties:
key1:
type: string
key2:
type: string
style: simple
explode: true
Example:
X-Custom-Header = {"key1": "value1", "key2": "value2"}
Result:
X-Custom-Header: key1=value1
X-Custom-Header: key2=value2
Request
Responses
- 200
Successful response