Hi,
I am trying to send a privacy alert message using the Summary Care Record - FHIR API in the integration environment, but it is returning a 400 Bad Request error. The path we are using is https://int.api.service.nhs.uk/summary-care-record/FHIR/R4/AuditEvent
, and we have been enabled for INT access.
This is the response JSON of the error:
{
“resourceType”: “OperationOutcome”,
“issue”: [
{
“severity”: “error”,
“code”: “value”,
“details”: {
“text”: “Access Denied - Unauthorised”
}
}
]
}
Could you please assist in resolving this issue?