latestOpenAPI 3.1.02026-08-1028140102.1 KB

72a5366b0bb3

Users

Get Marriott Bonvoy account info

This endpoint gets Marriott Bonvoy account info for a user.

get/v2/users/{userId}/marriott-bonvoy-member-data

Response

OK

activeCoBrandCardHolderstring

Whether the user is an active co-brand card holder.

alternateCustomerIdstring

Alternate Marriott ID

eliteLevel'MEMBER' | 'SILVER' | 'GOLD' | 'PLATINUM' | 'TITANIUM' | 'AMBASSADOR'

Elite level description of Marriott Bonvoy member

eliteLevelIdstring

Marriott elite level id (R, S, G, P). Stable across member locales.

eliteLevelDescriptionstring

Elite level display text, localized by Marriott and passed through as-is.

isCardHolderboolean

Whether the member holds an active Marriott co-brand credit card. Derived from activeCoBrandCardHolder.

pointBalanceinteger

Point balance of Marriott Bonvoy member. Can be negative.

accountStatusstring

Account status of Marriott Bonvoy member

Example response

{
  "activeCoBrandCardHolder": "Y",
  "alternateCustomerId": "ADA0555952BAEA2001CE5855074B12094.01",
  "eliteLevelId": "S",
  "eliteLevelDescription": "Silver Elite",
  "isCardHolder": true,
  "pointBalance": 2000,
  "accountStatus": "Active"
}