Indeed Real-time API
Use the Indeed Real-time API to stream real-time server-sent events (SSE).
When subscribed to the Indeed Real-time API, front-end applications can update in real-time by receiving server-sent events triggered by external sources.
For example, the Indeed Real-time API enables a chat thread to instantly display new messages as other users send them.
After a user makes a GET request to the endpoint, they subscribe to server-sent events (SSE) that the backend service streams.
When a new message is sent in a chat, an event is published. Front-end applications subscribed to the Indeed Real-time API then receive this event and can update the thread to display the new message.
To get started with the Indeed Real-time API, see Indeed Real-time API get started.
To view events, see Indeed Real-time API events.
Authentication
- HTTP: Bearer Auth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | token |