openapi: 3.0.0 info: title: Nectar Public Analytics Health API version: 0.1.0 description: 'Welcome to the Nectar Public API. Here you can view and test the provided endpoints before integrating them into your automated systems/tools. After requesting access to the API through support, you can generate your API key from the integrations tab in Nectar. You can access the [Swagger Definition here](/swagger.yaml). ### Authentication All endpoints require an API Key. Be sure to set the `Authorization` header key to `Bearer ` ' contact: name: Nectar Support url: https://nectarhr.com/contact-us servers: - url: https://api.nectarhr.com description: Nectar API Documentation security: - BearerAuth: [] tags: - name: Health paths: /health: get: summary: Health security: [] responses: '200': description: OK tags: - Health components: securitySchemes: BearerAuth: type: http scheme: bearer bearerFormat: JWT