EasypanelDocs

Subscribe to action invalidations

Streams notifications when the action log should be refreshed.

GET
/onInvalidateActions

Streams notifications when the action log should be refreshed.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

text/event-stream

curl -X GET "https://example.com/onInvalidateActions"
{  "event": "message",  "data": "invalidateActions",  "id": "string",  "retry": 0}