Memberships

Update memberships and authorize members by IP address or email domain.

Overview

Tools for membership-type subscriptions: link a shipping address to a seat, and grant institutional access that unlocks content for an entire IP range or email domain without naming individual members.

API Endpoints

MethodEndpointDescription
PUT/api/v1/sdk/members/{id}Update
GET/api/v1/sdk/members/ip/authorizationIP authorization
GET/api/v1/sdk/members/domain/authorizationDomain authorization

Important Behaviors

  • Update is protected — the member must belong to the authenticated customer; it links an address the customer owns to the seat.
  • Institutional access checks (IP / domain) are public and require no authentication; they return 404 No subscriptions found when nothing matches.