Skip to main content
Version: 202601

Get points balance

POST 

/openapi/2026-01/loyalty/members/points

Return the points balance for a specific member

Request

Bodyrequired

    search_typestringrequired

    Member locator type: member_id or email

    search_valuestringrequired

    Single member locator value

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    member_idstring

    Member ID

    points_balanceint64

    Total balance = active_points + frozen_points

    active_pointsint64

    Active points. May be negative after deduction

    frozen_pointsint64

    Frozen points

    expiring_pointsint64

    Points expiring in the next 30 days

    earned_pointsint64

    Cumulative earned points

    spent_pointsint64

    Cumulative spent points

    expired_pointsint64

    Cumulative expired points