v1

latestOpenAPI 3.1.02026-07-22162733.8 KB

Handshake — version and discovery

Returns the implementing module's version, the handler name (always Stratos), and a link back to this documentation.

Used by the Stratos airline admin area to verify a newly-entered VA API base URL is reachable and speaking the Stratos contract — if the response shape matches and handler is Stratos, the setup is good.

get/

Response

Server is up and speaks the Stratos API.

api_versionstring required

Semver of the implementing module.

handlerstring required

Always Stratos — confirms the server speaks the Stratos contract.

Example response

{
  "api_version": "0.2.3",
  "handler": "Stratos"
}