v1
latestOpenAPI 3.1.02026-07-22162733.8 KBHandshake — 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.
Example response
{
"api_version": "0.2.3",
"handler": "Stratos"
}