Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
The public membership code of the member to retrieve.Example:
MBR8X2QKQuery Parameters
The unique identifier of the membership product the member belongs to. If missing
or malformed the endpoint responds
400 "Invalid query parameters".Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The membership member record, including nested
paymentLink, customer, and
membershipTier objects.data Structure (Object)
Unique identifier of the membership-customer record.
ISO 8601 timestamp (UTC) of when the member was created.
Unique identifier of the customer.
ISO 8601 timestamp (UTC) of when the membership expires.
Whether the member has already used the trial.
Whether the member is currently in a trial period.
Whether the member is on a lifetime period.
Whether today’s payment reminder has been sent.
Public membership code of the member.
Unique identifier of the member’s tier.
The member’s monthly payment period, or
null when not set.ISO 8601 timestamp (UTC) of the member’s next scheduled payment.
Whether the next-payment email has been sent.
Unique identifier of the product (payment link) the member belongs to.
Current status of the member (for example
active, inactive).ISO 8601 timestamp (UTC) of the last update.
The related product (payment link) summary:
id, name, status, and a nested
membershipInfo object (id, type).The related customer summary:
id, email, name, mobile.The related tier summary:
id, name, status.Errors
Returned with
messages: "Invalid path parameter" when memberId is missing or
malformed.Returned with
messages: "Invalid query parameters" when productId is missing
or the query parameters fail validation.Returned with
messages: "Member dengan ID {memberId} tidak ditemukan." when no
member matches the given memberId.