Test endpoints in Sandbox

Does anybody know if the HelloWorld endpoint is running in the sandbox? I can create a jwt signed token and recover the bearer token, but get no response whatsoever from the HelloWorld endpoint.

Does anybody know if the HelloWorld endpoint is running in the sandbox? I can create a jwt signed token and recover the bearer token, but get no response whatsoever from the HelloWorld endpoint.
Update: Just found the issue the url given in the tutorial for the endpoint needs to be

https://sandbox.api.service.nhs.uk/hello-world/hello/world

and not “https://sandbox.api.service.nhs.uk/hello-world/hello/application

Hi David,

Thank you for coming back and posting the update.

The issue is with the URL used in the tutorial rather than the Hello World API itself.

For anyone else following the tutorial, the correct Sandbox endpoint for the application-restricted Hello World example is:

https://sandbox.api.service.nhs.uk/hello-world/hello/world

rather than:

https://sandbox.api.service.nhs.uk/hello-world/hello/application

If you are able to successfully obtain an access token but receive no response from the endpoint, it is worth checking that you are using the correct endpoint URL before investigating authentication or application configuration.

We’ll pass this feedback on to the documentation team so they can review and update the tutorial if the incorrect URL is still referenced.

Thanks again for highlighting this and for sharing the solution with the community.

Thanks,

NHS England API Platform team

Please note: The API Platform team can only address queries relevant to the NHS England API platform, including security, rate limiting, logging, monitoring and alerting. For any API, CIS2, NHS Login specific queries, please reach out the relevant API / Service teams.