latestOpenAPI 3.1.02026-08-163864115.7 MB
c363cb2feb95
Memberships
Resync access membership
Re-run access fulfillment for a membership. Recomputes the member's content access on Whop, re-validates their Discord link (re-adding them to the server and re-assigning roles if needed), and re-fulfills TradingView indicator access. Telegram access is invite-based and cannot be resynced here. The outcome is written to the membership's logs.
Required permissions:
- membership:resync_access
- member:email:read
- member:basic:read
post/memberships/{id}/resync_access
Path parameters
idstring required
Example:mem_xxxxxxxxxxxxxx
The unique identifier of the membership to resync access for.
Response
A successful response
Example response
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"logo_url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"route": "shine-time-auto-detailing",
"title": "Shine Time Auto Detailing"
},
"created_at": "2026-01-01T12:00:00.000Z",
"current_period_end": "2026-01-01T12:00:00.000Z",
"id": "mem_xxxxxxxxxxxxxx",
"license_key": "WHOP-XXXX-XXXX-XXXX",
"member": {
"access_level": "customer",
"last_accessed_at": "2026-01-01T12:00:00.000Z",
"position": 1767268800000
},
"metadata": {},
"plan_id": "plan_xxxxxxxxxxxxxx",
"product_id": "prod_xxxxxxxxxxxxxx",
"status": "active",
"user_id": "user_xxxxxxxxxxxxxx"
}