Skip to main content
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>'

Documentation Index

Fetch the complete documentation index at: https://ekacare-mintlify-changelog-may2-april-monthly-1777856908.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Accepted. The refresh event has been triggered.