Early bird discounts live! Claim your offer

project.archived

Creator archives the project; access is suspended.

When this fires

A creator archives a project from the dashboard. Active subscriptions stop renewing, the public landing page returns a closed-state page, and the project's active flag flips to false.

Required ability

project:view-any — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "project.archived",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "project": {
      "id": "prj_01HX...",
      "active": false
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.archived for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.project.idstring ULIDProject identifier; matches the top-level project_id.
data.project.activebooleanAlways false for this event.

Caveats

  • Archive is reversible — pair with project.restored for the inverse transition.
  • Subscribers retain their existing access until their ends_at ticks over — expect subscription.expired events to follow as those subscriptions wind down.
  • Hard-delete fires project.deleted instead and is final.

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request