Get subscription balances

Returns subscription balances

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

cidstringRequiredformat: "int"
Contact Id
pidstringRequiredformat: "uuid"
Loyalty Program Id

Query parameters

includeInternalbooleanOptional
Include balances tied to internal definitions.

Response

Successful retrieval of contact balance
loyaltyProgramIdstringformat: "uuid"
Unique identifier of the loyalty program.
contactIdlong
Unique identifier of the contact.
balancelist of objects
Aggregate balance per balance definition.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error