Hello,
I followed the documentation and completed all required steps: created applications, generated API keys, and enabled the required APIs for each environment.
Application IDs:
-
sandbox: 924495ab-8047-4fe4-9031-5fc8e34c1fcb
-
integration test: c68ae0b2-8acf-4aec-bc63-955af96ffa57
Sandbox:
-
GET https://sandbox.api.service.nhs.uk/nhs-website-content/conditions
Response: HTTP 503 Service Temporarily Unavailable
At the same time, the test endpoint (hello-world) works correctly: Response: HTTP 200 OK
This suggests that the API key and application configuration are valid, but access to the nhs-website-content API may be unavailable or restricted.
Integration test:
-
GET https://int.api.service.nhs.uk/nhs-website-content/conditions
Response: HTTP 401 Unauthorised (Access Denied)
Could you let me know if there are any additional setup steps required?
Thank you four assistance.