Skip to main content
GET
Get Member Logs

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

member_id
string
required

Response

Successful Response

id
string
required

Unique identifier for the log

memberId
string
required

ID of the member

logType
enum<string>
required

Type of log

Available options:
STATUS_CHANGE,
MANUAL_PAYMENT,
RENEWED,
PAYMENT_METHOD_CHANGE,
DISCOUNT_USED,
DISCOUNT_RESTORED,
DISCOUNT_MODIFIED,
ENROLLED,
BILLING_DATE_CHANGE
creatorId
string
required

ID of the creator

creator
ProviderCreator · object
required

Creator details

chargeId
string | null

ID of the charge

paymentMethodId
string | null

ID of the payment method

charge
ChargeSummary · object | null

Charge details

paymentMethod
PaymentMethodSummary · object | null

Payment method details

oldPaymentMethod
PaymentMethodSummary · object | null

Old payment method details

oldStatus
enum<string> | null

Old status

Available options:
ACTIVE,
EXPIRED,
CANCELLED,
DELINQUENT,
FROZEN
newStatus
enum<string> | null

New status

Available options:
ACTIVE,
EXPIRED,
CANCELLED,
DELINQUENT,
FROZEN
newQuantityRemaining
integer | null

New quantity remaining

oldQuantityRemaining
integer | null

Old quantity remaining

newExpiryDate
string<date-time> | null

New expiry date

oldExpiryDate
string<date-time> | null

Old expiry date

newBillingDate
string<date-time> | null

New billing date

oldBillingDate
string<date-time> | null

Old billing date

comment
string | null

Comment

createdDate
string<date-time> | null

When the log was created

updatedDate
string<date-time> | null

When the log was last updated