{ "_provenance": { "generated": "2026-08-13", "method": "derived", "source": "openapi/vessel-platform-openapi.yml #/paths/api/auth/session-token/post (examples.example-1, published by Vessel)", "note": "Request and response payloads are Vessel's own in-spec examples, reproduced verbatim. Headers and the URL are assembled from the documented auth model. Credential values are placeholders." }, "operationId": "get-one-session-token", "summary": "Get Session Token", "request": { "method": "POST", "url": "https://api.vessel.dev/api/auth/session-token", "headers": { "x-vessel-api-token": "REDACTED_API_TOKEN", "Content-Type": "application/json" }, "body": { "id": "v_oauthapp_apollo_12312312" } }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "body": { "sessionToken": "v_session_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52" } } }