Skip to main content
GET
/
api
/
events
/
{type}
Subscribe to event stream
curl --request GET \
  --url https://app.telentir.com/api/events/{type} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

type
enum<string>
required
Available options:
key_created,
key_deleted,
object_created,
object_updated,
object_deleted,
publish,
unpublish

Response

200 - text/event-stream

SSE stream

The response is of type string.