Skip to main content
GET
List a webhook's deliveries

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Path Parameters

webhook_id
string<uuid>
required

Query Parameters

event_type
enum<string>
  • job_application.deleted - Job Application Deleted
  • interview.completed - Interview Completed
  • interview_v2.completed - Interview V2 Completed
  • application.created - Application Created
  • application.status_changed - Application Status Changed
  • cv_evaluation.completed - CV Evaluation Completed
  • insights.completed - Insights Completed
Available options:
job_application.deleted,
interview.completed,
interview_v2.completed,
application.created,
application.status_changed,
cv_evaluation.completed,
insights.completed
limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

ordering
string

Which field to use when ordering the results.

status
enum<string>
  • pending - Pending
  • sent - Sent
  • failed - Failed
Available options:
pending,
sent,
failed

Response

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"