cURL
curl --request GET \ --url https://{tenant_id}.api.nestmed.com/fhir/r4/Binary/{id} \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieve binary content (e.g., media files, documents)
The access token received from the authorization server in the OAuth 2.0 flow.
Binary content
The response is of type file.
file