FuseWP OAuth Broker

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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/oauth-broker"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: fusewp:oauth-broker
name: FuseWP OAuth Broker
description: '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.'
humanURL: https://fusewp.com/docs/
baseURL: https://auth.fusewp.com
tags:
- Authentication
- Authorization
- Integration
tags_raw:
- OAuth
- Authorization
- Integration
properties:
- type: Authentication
  url: authentication/fusewp-authentication.yml
- type: OAuthScopes
  url: scopes/fusewp-scopes.yml
- type: Conventions
  url: conventions/fusewp-conventions.yml
- type: RateLimits
  url: rate-limits/fusewp-rate-limits.yml