Identityprofile updated
Sent whenever an identity profile changes state — a verification is approved, needs action, or is rejected, or a Whop review opens or clears. Every other identity_profile event is also delivered as an identity_profile.updated, so you can subscribe to this single event and re-fetch the verification to read its current status.
Required permissions:
identity:readwebhook_receive:identity_profiles
Headers
A unique identifier for this webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The signature of the webhook request with the webhook version prepended
"v1,BASE64ENCODEDSIGNATURE"
The timestamp in seconds since the Unix epoch that the webhook was sent at on the server
"1727606400"
Body
The API version for this webhook
"v1""v1"
The dated API version (Api-Version-Date) the payload is serialized to
"2026-07-20"
The identity profile that changed. Re-fetch GET /api/v1/verifications to read its current, access-scoped state.
A unique ID for every single webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The timestamp in ISO 8601 format that the webhook was sent at on the server
"2025-01-01T00:00:00.000Z"
The webhook event type
"identity_profile.updated""identity_profile.updated"
The account ID that this webhook event is associated with
"biz_xxxxxxxxxxxxxx"
For some .updated events, the old values of the payload fields that changed, keyed by field name. Omitted when no capture is available for the event
Response
Return a 200 status to indicate that the data was received successfully

