GET
/v1/webhooksList webhooks
Lists the caller's registered webhook endpoints.
Auth:
oauth_userScopes:webhooks:manageDeveloper documentation
Register HTTPS endpoints to receive events as they happen, instead of polling. Webhooks are managed with a client token.
profile.updatedThe canonical profile or one of its sub-resources changed.artifact.generatedA new resume, cover letter, or bio finished generating.artifact.updatedAn existing artifact was edited or republished.generation.completedAn async generation job finished successfully.generation.failedAn async generation job failed.import.completedA resume, plaintext, or JSON import finished parsing.export.completedAn artifact or profile export is ready for download.{
"id": "evt_...",
"type": "artifact.generated",
"createdAt": 1750000000000,
"data": {
"artifactId": "art_...",
"kind": "resume"
}
}Every delivery is signed; verify the signature header against your endpoint's signing secret before trusting the payload.
/v1/webhooksLists the caller's registered webhook endpoints.
oauth_userScopes:webhooks:manage/v1/webhooksRegisters an HTTPS endpoint that receives the caller's domain events, HMAC-signed.
oauth_userScopes:webhooks:manage/v1/webhooks/{webhookId}Removes a webhook endpoint.
oauth_userScopes:webhooks:manage