Client Memberships
Client memberships of a client
Return all client memberships of a client
get/client_memberships
Query parameters
mytime_client_idinteger
Headers
X-Subdomainstring
Merchant subdomain - Optional
Response
client memberships response
Example response
{
"client_memberships": [
{
"client_benefits": [
{
"type": "bundle_purchase"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.