Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Path Parameters

string
required
The public membership code of the member to retrieve.Example:MBR8X2QK

Query Parameters

string
required
The unique identifier of the membership product the member belongs to. If missing or malformed the endpoint responds 400 "Invalid query parameters".

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
object
The membership member record, including nested paymentLink, customer, and membershipTier objects.

data Structure (Object)

string<uuid>
Unique identifier of the membership-customer record.
string
ISO 8601 timestamp (UTC) of when the member was created.
string<uuid>
Unique identifier of the customer.
string | null
ISO 8601 timestamp (UTC) of when the membership expires.
boolean
Whether the member has already used the trial.
boolean
Whether the member is currently in a trial period.
boolean | null
Whether the member is on a lifetime period.
boolean
Whether today’s payment reminder has been sent.
string
Public membership code of the member.
string<uuid>
Unique identifier of the member’s tier.
integer | null
The member’s monthly payment period, or null when not set.
string
ISO 8601 timestamp (UTC) of the member’s next scheduled payment.
boolean
Whether the next-payment email has been sent.
Unique identifier of the product (payment link) the member belongs to.
string
Current status of the member (for example active, inactive).
string
ISO 8601 timestamp (UTC) of the last update.
The related product (payment link) summary: id, name, status, and a nested membershipInfo object (id, type).
object
The related customer summary: id, email, name, mobile.
object
The related tier summary: id, name, status.

Errors

object
Returned with messages: "Invalid path parameter" when memberId is missing or malformed.
object
Returned with messages: "Invalid query parameters" when productId is missing or the query parameters fail validation.
object
Returned with messages: "Member dengan ID {memberId} tidak ditemukan." when no member matches the given memberId.