Personal Demographics Service - FHIR API - Onboarding Error

I have tried to make an application for the sandbox PDS FHIR API via the NHS Digital portal however I am getting an error message. Please could someone assist.

Hi.

Please may you provide details of the error - the message you are sending; the response you are receiving; and any other pertinent details?

Thank you.

We are trying to onboard via the NHS dev portal. As we select the relevant API, we get an error message on submit.

Hi.

Apologies for the delay. Unfortunately, we cannot resolve this problem through the dev community.

Please may you raise this through ssd.nationalservicedesk@nhs.net, stating that you are using the Digital Onboarding Service.

While you are waiting for a resolution on this, the PDS FHIR Sandbox environment can be accessed without the need to “onboard” to it; the endpoint is publicly accessible. See the environments and testing section on the doc, or the example request found under any of the operations. For example, you can run

curl -X GET "https://sandbox.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9000000009" \
 -H "accept: application/fhir+json"\
 -H "nhsd-end-user-organisation-ods: Y12345"\
 -H "nhsd-session-urid: 555254240100"\
 -H "x-correlation-id: 11C46F5F-CDEF-4865-94B2-0EE0EDCC26DA"\
 -H "x-request-id: 60E0B220-8136-4CA5-AE46-1D97EF59D068" \

from your command line and it will return an example patient.

Thank you