Staging Environment REST API JSON Responses Secure Access

The Union Digital Platforms

The Union Platform API

A secure integration layer for membership, events, payments, journals, and administrative workflows across The Union’s digital platforms.

Membership staging

membership-staging.theunion.org

Member-facing flows for joining, renewals, fees, groups, journals, events, recordings, donations, and gift membership.

Manager staging

manager-staging.theunion.org

Administrative and operational workflows for staff, platform support, and membership management activities.

Membership Portal
Manager Portal

Use the staging environment to validate integrations across member-facing journeys and internal management workflows before production rollout.

Membership & Profiles

Access member records, profile details, status, eligibility, and membership group associations.

Fees & Payments

Support joining flows, renewals, quick-pay journeys, donations, and payment-related updates.

Events & Engagement

Integrate event registration, webinars, recordings, newsletters, and conference-related participation.

Admin Operations

Connect internal workflows for support teams, administrative actions, and operational membership management.

API Overview

Integration-ready staging access

Version: Staging

This environment is designed for partner and internal integration testing across membership, organisation, event, entitlement, and administrative workflows. The API follows REST-style conventions and returns structured JSON responses for system-to-system communication.

Authentication

Protected

Format

JSON

Environment

Staging

Integration

REST

Common integration domains

Member records
Membership groups
Joining & renewals
Payments & fee status
Events & registrations
Journal entitlements
Organisation membership
Admin workflow actions

Example endpoint structure

Illustrative staging routes
POST   /api/auth/login
GET    /api/members/{id}
GET    /api/membership-groups
GET    /api/memberships/status
GET    /api/events
POST   /api/events/{id}/registrations
GET    /api/payments/{reference}
POST   /api/quick-pay/initiate
GET    /api/journal-access/status
GET    /api/organisations/{id}

Actual routes, scopes, and authentication requirements should be confirmed in the API documentation for your environment and access level.

Integration notes

Use staging environments to test member-facing and admin-facing workflows before production release.

Request environment-specific access credentials before attempting protected API operations.

Validate integration flows for renewals, payments, events, and entitlement-related access using realistic test data.

Use the manager platform for operations-related scenarios and the membership platform for member journey validation.