YourMembership

YourMembership is an association management system (AMS) and membership management platform for professional associations, nonprofits, clubs, and member-based organizations, covering member records and profiles, dues and membership types, events and registration, online community, e-commerce/store, fundraising, an online career center (YMCareers job board), and learning. It is owned by Community Brands (now operating under Momentive Software / the Personify portfolio). YourMembership exposes a documented developer API - a modern REST API (base https://ws.yourmembership.com, OAuth-authenticated, with a Swagger UI and a metadata document) plus a legacy XML/RPC API (v2.00), and a separate REST YMCareers API for the job-board product (base https://api.careerwebsite.com/v1). API access is license/partner gated - customers must license the REST API before an integration partner can connect - so the full Swagger reference is not publicly enumerable, and the endpoint set below is grounded in YourMembership's public integration guides and SDKs and otherwise honestly modeled.

6 APIs 0 Features
Membership ManagementAssociation ManagementAMSNonprofitEventsCareersCommunity BrandsMomentive Software

APIs

YourMembership Members API

Read and manage member and contact records - member lists, profiles, account details, custom fields, membership types, and groups - via the REST MemberProfile and People endpoin...

YourMembership Events API

Retrieve events, event details, and event registrations (the YM Events module) so that calendars and registration data can be synced to external systems. Grounded in the documen...

YourMembership Certifications API

Track member certifications, credentials, and continuing-education (CE) credits tied to a member record. YourMembership and Community Brands offer certification and learning fun...

YMCareers API

REST API for the YMCareers online career center / job board. JSON responses over https://api.careerwebsite.com/v1, authenticated with an API_ACCESS_TOKEN (15-minute) or a non-ex...

YourMembership Content and Community API

Access online-community and content constructs - groups/subgroups, member messaging (in-box, read/unread status), journals/content, and media - that YourMembership exposes to or...

YourMembership Commerce and Sales API

Retrieve e-commerce and financial data - YM Store orders and order status (open, processed, shipped, closed, cancelled), transactions, dues payments, and donation/fundraising ex...

Collections

Pricing Plans

Rate Limits

Yourmembership Rate Limits

4 limits

RATE LIMITS

FinOps

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
🔑
OAuthScopes
OAuthScopes
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: YourMembership API
  version: '1.0'
  description: 'YourMembership AMS developer API. REST base https://ws.yourmembership.com (OAuth via /Ams/Authenticate) plus
    the YMCareers REST API at https://api.careerwebsite.com/v1. Owned by Community Brands / Momentive Software. License-gated;
    most operations are modeled from public integration guides and the legacy XML API v2.00. Confirmed: POST /Ams/Authenticate,
    MemberProfile (ReadContacts), People (ReadContact).'
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Authenticate (confirmed)
      type: http
    http:
      method: POST
      url: https://ws.yourmembership.com/Ams/Authenticate
    docs: Authenticate and obtain a session token. Requires a licensed REST API key.
- info:
    name: Members
    type: folder
  items:
  - info:
      name: Read Contacts / Member Profiles (confirmed)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/MemberProfile
    docs: MemberProfile endpoint (ReadContacts). Member profiles, contacts, custom fields.
  - info:
      name: Read Contact (confirmed)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/People
    docs: People endpoint (ReadContact). A single person/contact record.
- info:
    name: Events
    type: folder
  items:
  - info:
      name: List Events (modeled)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/Events
    docs: Modeled. Events and event details (YM Events module).
- info:
    name: Certifications
    type: folder
  items:
  - info:
      name: List Certifications (modeled)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/Certifications
    docs: Modeled. Member certifications, credentials, and CE credits.
- info:
    name: Content and Community
    type: folder
  items:
  - info:
      name: List Messages (modeled)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/Community/Messages
    docs: Modeled. Community in-box messaging with read/unread status.
  - info:
      name: List Groups (modeled)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/Community/Groups
    docs: Modeled. Community groups and subgroups.
- info:
    name: Commerce and Sales
    type: folder
  items:
  - info:
      name: List Store Orders (modeled)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/Store/Orders?status=open
    docs: Modeled. YM Store orders filterable by status (open, processed, shipped, closed, cancelled).
  - info:
      name: Export Transactions and Donations (modeled)
      type: http
    http:
      method: GET
      url: https://ws.yourmembership.com/Ams/Exports/Transactions
    docs: Modeled from the legacy XML API system-admin (Sa) export calls.
- info:
    name: YMCareers
    type: folder
  items:
  - info:
      name: Job Search (confirmed area)
      type: http
    http:
      method: GET
      url: https://api.careerwebsite.com/v1/jobs/search
    docs: YMCareers job search. JSON. Auth via X-API-KEY or API_ACCESS_TOKEN. Path modeled within the confirmed job-search
      resource area.