generated: '2026-07-11' method: derived source: openapi/apaleo-openapi.yml schemes: - name: oauth2 source: openapi/apaleo-openapi.yml flows: - flow: clientCredentials tokenUrl: https://identity.apaleo.com/connect/token - flow: authorizationCode authorizationUrl: https://identity.apaleo.com/connect/authorize tokenUrl: https://identity.apaleo.com/connect/token description: apaleo uses OAuth 2.0. Obtain a bearer access token from the apaleo identity provider and send it in the Authorization header as 'Bearer {token}'. The client-credentials and authorization-code grants are supported. scopes: - scope: availability.manage description: Manage availability flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: availability.read description: Read availability flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: folios.manage description: Manage folios, payments, and invoices flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: folios.read description: Read folios and finance data flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: rates.manage description: Manage rate plans and rates flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: rates.read description: Read rate plans and rates flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: reservations.manage description: Create and manage reservations and bookings flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: reservations.read description: Read reservations and bookings flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: setup.manage description: Manage inventory and configuration flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml - scope: setup.read description: Read inventory and configuration flows: - authorizationCode - clientCredentials sources: - openapi/apaleo-openapi.yml