Issue with Kick Off request with 400 response in Sandbox

23 views
Skip to first unread message

Семен

unread,
Nov 18, 2025, 4:47:43 AM (12 days ago) Nov 18
to SMART on FHIR

Hello everyone. I'm facing an issue with the Bulk Data Kick-Off request. I receive a 400 response when executing the request with a Sandbox Group:

{ "resourceType": "OperationOutcome", "issue": [ { "severity": "fatal", "code": "exception", "diagnostics": "Error processing Bulk Data Kickoff request: Client (49df392a-21b7-4850-821c-a4510266aaa2) not authorized for the requested group: e3iabhmS8rsueyz7vaimuiaSmfGvi.QwjVXJANlPOgR83" } ] }

I'm using a backend application with all possible API permissions granted, including Bulk permissions.
If I try to read the group directly, I receive the following response:

{ "resourceType": "OperationOutcome", "issue": [ { "severity": "fatal", "code": "not-found", "details": { "coding": [ { "system": "urn:oid:1.2.840.114350.1.13.0.1.7.2.657369", "code": "59008", "display": "The FHIR ID provided was not found." } ], "text": "The FHIR ID provided was not found." }, "diagnostics": "Invalid FHIR ID provided", "location": [ "/f:id" ], "expression": [ "id" ] } ] }

Could anyone help me understand what I’m doing wrong?

Reply all
Reply to author
Forward
0 new messages