openapi: 3.0.0
info:
version: 1.0.19-oas3
title: AlayaCare Accounting Accounts offer status API
description: '**AlayaCare IDs:**
The following terms are used to reference IDs that identify resources in AlayaCare:
- id
- visit_id
- premium_id
- visit_premium_id
- employee_id
- cost_centre_id
- client_id
**External IDs**
The following terms are used to reference IDs that identify resources systems external to AlayaCare:
- employee_external_id
- client_external_id
External IDs are required to be unique.
No other assumptions are made regarding their format they are treated as strings.
'
servers:
- url: https://example.alayacare.com/ext/api/v2/accounting
security:
- basic_auth: []
tags:
- name: offer status
paths:
/v1/status/healthz:
get:
tags:
- offer status
responses:
200:
description: Current healthz status
content:
application/json:
schema:
$ref: '#/components/schemas/StatusHealthzResponse'
security:
- NONE: []
x-amazon-apigateway-integration:
uri:
Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${OfferApiFunctionV2.Arn}:live/invocations
httpMethod: POST
passthroughBehavior: when_no_match
type: aws_proxy
components:
schemas:
StatusHealthzResponse:
type: object
properties:
status:
type: string
required:
- status
securitySchemes:
basic_auth:
type: http
description: Basic HTTP auth over https
scheme: basic