Skip to main content
GET
/
resumes
/
{id}
/
updates
Subscribe to resume updates
curl --request GET \
  --url http://localhost:3000/api/openapi/resumes/{id}/updates \
  --header 'x-api-key: <api-key>'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The unique identifier of the resume.

Response

200 - application/json

A stream of resume update invalidation events.

The response is of type any.