- Headers
APIMATIC Additional Headers
APIMATIC allows defining global headers that are sent with every API call using the Addition Headers extension. These headers are in addition to any headers required for authentication or defined as parameters. These headers can be specified inside the Security Scheme Object (v2, v3) using property name x-additional-headers.
{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic","x-additional-headers":[{"name":"api-version","description":"The version number indicator for the API","schema":{"default":"1.1"}},{"name":"sdk-version","description":"The version number indicator for the SDK","schema":{"default":"1.1.0.1"}}]}}}