cURL
curl --request GET \ --url https://api.eka.care/mr/api/v1/docs/refresh \ --header 'Authorization: Bearer <token>' \ --header 'X-Pt-Id: <x-pt-id>'
This endpoint triggers a refresh event for the specified document, prompting the origin to update its state.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
eka user id (OID)
Accepted. The refresh event has been triggered.
Was this page helpful?