Unlink an identity profile
Unlinks an IdentityProfile from a LedgerAccount (flips the matching link to is_current=false).
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The ID of the IdentityProfile to unlink.
"idpf_xxxxxxxxxxxxx"
Query Parameters
The ID of the LedgerAccount to unlink the identity profile from.
"ldgr_xxxxxxxxxxxxx"
Response
A successful response
A consolidated identity or business profile synced from verification provider data.
Registered business address reported by the identity provider. Present on business profiles.
Business entity name. Present on business profiles.
Reported legal structure of a business profile (e.g. corp, llc). Provider-specific values; present on business profiles.
ISO 3166-1 alpha-2 country code reported by the identity provider, such as US or GB. For individuals this is the country of citizenship or residence; for businesses, the country of incorporation.
When the identity profile was first created.
"2023-12-01T05:00:00.401Z"
ISO date (YYYY-MM-DD) reported by the identity provider. Present on individual profiles.
Email address reported by the identity provider. Typically present on individual profiles.
Individual's first name.
The tag of the identity profile (idpf_xxx).
"idpf_xxxxxxxxxxxxx"
Individual's last name.
The companies this identity profile is currently linked to. Only populated for direct Whop user sessions; always empty when authenticated via API key, app, or OAuth scope (a single identity can be linked to companies the calling platform is not entitled to see).
Residential address reported by the identity provider. Present on individual profiles.
Phone number reported by the identity provider. Typically present on individual profiles.
Whether this is an 'individual' or 'business' profile.
Derived verification status across all linked verifications.
not_started, pending, approved, rejected When the identity profile was last synced from a verification.
"2023-12-01T05:00:00.401Z"
All verification attempts attached to this identity profile, ordered most-recent first.

