---
title: API Endpoints | Stratford
description: Hand-picked REST endpoints. All paths are prefixed with /api/partner/v1. All responses are JSON with API-Version: 2.0 header.
canonical: https://app.project-nexus.ie/stratford/developers/endpoints
generated: 2026-05-20T15:42:05.039Z
---Method Path Scope Description POST /api/partner/v1/oauth/token - Exchange client credentials for a bearer token (client_credentials grant). POST /api/partner/v1/oauth/revoke - Revoke an issued bearer token (RFC 7009). GET /api/partner/v1/users users.read List active members. Add scope users.pii to receive email. GET /api/partner/v1/users/{id} users.read Fetch a single member by ID. GET /api/partner/v1/listings listings.read List active listings (services and requests). GET /api/partner/v1/wallet/balance/{userId} wallet.read Read a member's time-credit balance in hours. POST /api/partner/v1/wallet/credit wallet.write Credit time hours from a settled bank transfer. Body: user_id, hours, reference, note? GET /api/partner/v1/aggregates/community aggregates.read Bucketed community totals (no PII). Useful for partner dashboards. GET /api/partner/v1/webhooks/subscriptions webhooks.manage List your webhook subscriptions. POST /api/partner/v1/webhooks/subscriptions webhooks.manage Subscribe to events. Body: event_types[], target_url (https://).
