Get a member's point balance

Get a contact membership balance informations based on its card code.

Error cases

Cardcode does not exist (404)

{
    "status": 404,
    "errors": [
        {
            "error_key": "id",
            "error": "wrong_value",
            "error_description": "Record not found for id 93531."
        }
    ]
}
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!