openapi: 3.2.0 info: version: '3.0' title: NHS Notify Channels API description: $ref: documentation/APIDescription.md contact: name: NHS Notify API Support url: https://digital.nhs.uk/developer/help-and-support email: api.management@nhs.net servers: - url: https://sandbox.api.service.nhs.uk/comms description: Sandbox environment - url: https://int.api.service.nhs.uk/comms description: Integration test environment - url: https://api.service.nhs.uk/comms description: Production environment tags: - name: Channels paths: /channels/nhsapp/accounts: get: $ref: endpoints/get_nhsapp_account_details.yaml tags: - Channels