# FuseWP OAuth Broker

**Canonical:** https://apis.io/apis/fusewp/oauth-broker/  
**Provider:** FuseWP — https://apis.io/providers/fusewp/  
**Base URL:** https://auth.fusewp.com  
**Documentation:** https://fusewp.com/docs/

FuseWP OAuth Broker is published by [FuseWP](https://apis.io/providers/fusewp/) on the [APIs.io](https://apis.io/) network. Tagged areas include Authentication, Authorization, and Integration. The published artifact set on APIs.io includes authentication docs and rate-limit docs.

The hosted OAuth authorization broker FuseWP operates at auth.fusewp.com. The self-hosted FuseWP plugin cannot safely hold OAuth client secrets for the partner platforms it connects to, so it delegates the authorization-code and refresh-token exchange to this service. GET /{integration_id} (with fwpnonce and redirect_url query parameters) issues a 302 to the partner platform's own authorize endpoint carrying FuseWP's registered client_id, the auth.fusewp.com redirect_uri and the delegated scope set; GET /{integration_id}?refresh_token={token} returns a JSON body with a boolean `success` field plus refreshed credentials. Eleven integration ids resolve to a live 302 as probed on 2026-08-12: aweber, birdsend, campaignmonitor, constantcontact, copper, gohl (GoHighLevel), hubspot, keap, mailchimp, zohocrm and zohocampaigns. The service publishes no OpenAPI, no developer documentation and no /.well-known/ discovery surface; the contract recorded here was derived from the GPL-licensed first-party plugin source (src/core/src/Integrations/AbstractIntegration.php) and confirmed by live probe.

## Machine-readable artifacts (5)

- **Authentication** — https://raw.githubusercontent.com/api-evangelist/fusewp/refs/heads/main/authentication/fusewp-authentication.yml
- **OAuthScopes** — https://raw.githubusercontent.com/api-evangelist/fusewp/refs/heads/main/scopes/fusewp-scopes.yml
- **Conventions** — https://raw.githubusercontent.com/api-evangelist/fusewp/refs/heads/main/conventions/fusewp-conventions.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/fusewp/refs/heads/main/rate-limits/fusewp-rate-limits.yml
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/fusewp/refs/heads/main/apis.yml

## Tags

Authentication, Authorization, Integration

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/fusewp/oauth-broker/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/fusewp/.
