Privage Open API
    • Open API
    • Open API V2
    • Void Result
    • Profile Card
    • ErrorResponse
    • CouponByCodeBusinessBranch
    • CouponInfo
    • VoidPointsResponse
    • BurnPointsRequest
    • AddPointsRequest
    • TransactionListResponse
    • TransactionItem
    • CreateCouponSetRequest
    • AssignCouponRequest
    • AssignCouponResponse
    • AccessTokenResponse
    • ApiKeyAuthRequest
    • TokenPairResponse
    • RefreshTokenRequest
    • TokenExchangeRequest
    • ExchangeTokenResponse
    • ExchangeTokenRequest
    • Pagination
    • CouponByCodeMember
    • CouponByCodeResponse
    • Campaign
    • CampaignList
    • ExtensionConfigResponse
    • ProfileCard
    • CampaignItem
    • ProfileOtherDataItem
    • CampaignListResponse
    • Profile
    • MemberCard
    • ProfileList
    • OtherDataField
    • Transaction
    • ProfileItem
    • TransactionList
    • ProfileListResponse
    • AddPointsResponse
    • BurnPointsResponse
    • PointsTransactionResponse
    • CouponSet
    • CouponSetList
    • CouponSetItem
    • CouponSetListResponse
    • AssignCouponItem
    • MemberCouponItem
    • MemberCoupon
    • MemberCouponListResponse
    • MemberCouponList
    • VoidCouponResponse
    • CouponByCode
    • UseCouponRequest
    • UseCouponResponse

    ProfileItem

    {
        "uuid": "string",
        "name": "string",
        "lastName": "string",
        "phoneCode": "string",
        "phoneNumber": "string",
        "verified": true,
        "otpVerified": true,
        "lineVerified": true,
        "active": true,
        "profilePicture": "string",
        "lineId": "string",
        "otherData": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "cards": [
            {
                "uuid": "string",
                "card_no": "string",
                "card_nickname": "string",
                "card_type": "string",
                "point": 0
            }
        ]
    }
    Built with