Getting started
Core resources
Other

Release notes

Page last updated: 29/05/2026

May 2026

Add to SEEK Pass

  • New credential type added: Universal credential
  • Redirect URI added to status endpoints: Docs
  • [Breaking] - Attempting to create a new request using an existing ID while that request is not finalised will no longer be accepted. API consumers should fetch the status of existing requests before attempting to call these endpoints and re-use the existing request's redirect URI if required.There is a transition period where the API will operate in a backwards-compatible mode to enable consumers to update, which will be disabled on or after 6th July 2026.

April 2026

Add to SEEK Pass

Verify with SEEK Pass

  • Webhook event payload updated: WebhooksOld format:
    {
      "event_id": "5c4ac58b-5cf9-40a0-b60a-28c0137663ed",
      "request_id": "7cbc7e51-82f5-43ec-8d63-b7cdf1170425",
      "type": "verification",
      "status": "verification_completed",
      "created_at": "2025-04-15T02:14:01.307391Z"
    }
    New format:
    {
      "event_id": "5c4ac58b-5cf9-40a0-b60a-28c0137663ed",
      "request_id": "7cbc7e51-82f5-43ec-8d63-b7cdf1170425",
      "type": "vwsp_request.verified",
      "created_at": "2025-04-15T02:14:01.307391Z"
    }