openapi: 3.0.3 info: title: Affiliate Apartment Testa API version: 1.1.0 servers: - url: https://external-api.holidu.com tags: - name: Testa paths: /testa: get: summary: Get access_token using refresh_token description: '' operationId: get-access_token-using-refresh_token responses: '200': description: '200' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} '400': description: '400' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} deprecated: false tags: - Testa components: securitySchemes: ApiKeyAuth: type: apiKey in: header name: x-api-key BearerAuth: type: http scheme: bearer bearerFormat: JWT description: Holidu authenticates to the affiliate using an OAuth 2.0 Bearer Token ([RFC 6750](https://www.rfc-editor.org/rfc/rfc6750)). Token exchange details are agreed upon during onboarding.