Accounts
Retrieve Account Preferences
Retrieves the account's preferences: a singleton settings document keyed by preference name.
get/accounts/{account_id}/preferences
Headers
Api-Version-Datestring
Example:2026-09-22-4
Pins the request to a dated API version.
Response
preferences retrieved
Example response
{
"ads_agreement": {
"accepted_at": "2026-01-01T12:00:00.000Z",
"agreement_version": "2026-01-01",
"printed_name": "Marcus Webb",
"status": "not_required"
},
"ads_certifications": [
{
"business_type": "online_pharmacy",
"certification_type": "prescription_drug_ads",
"status": "not_started"
}
],
"ads_payment_methods": {
"backup": {
"card_brand": "visa",
"exp_month": 10,
"exp_year": 2031,
"icon_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"id": "ldgr_xxxxxxxxxxxxxx",
"last4": "4242",
"title": "Shine Time Auto Detailing",
"type": "platform_balance"
},
"primary": {
"card_brand": "visa",
"exp_month": 10,
"exp_year": 2031,
"icon_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"id": "ldgr_xxxxxxxxxxxxxx",
"last4": "4242",
"title": "Shine Time Auto Detailing",
"type": "platform_balance"
}
},
"ads_reporting_currency": "usd",
"ads_scheduling_timezone": "America/New_York",
"ads_triple_whale_integration": {
"masked_api_key": "tw_live_********",
"shop_domain": "custom-store.example.com",
"status": "connected"
},
"cards_notifications": true
}