GET
/
mr
/
api
/
v1
/
docs
/
refresh
Sends a refresh event to the origin
curl --request GET \
  --url https://api.eka.care/mr/api/v1/docs/refresh \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Pt-Id: <x-pt-id>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Pt-Id
string
required

eka user id (OID)

Response

202

Accepted. The refresh event has been triggered.