generated: '2026-07-11' method: derived source: openapi/qovery-openapi.yaml summary: types: - apiKey - http api_key_in: - header schemes: - name: bearerAuth type: http scheme: bearer bearerFormat: JWT description: 'JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example '' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" ''' sources: - openapi/qovery-openapi.yaml - name: ApiKeyAuth type: apiKey in: header parameter: Authorization description: 'Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Curl Example '' curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token" ''' sources: - openapi/qovery-openapi.yaml