Hownd Partner API

A secured REST API that lets an approved Hownd partner manage Subscribers on behalf of Hownd customers (merchants and businesses). Partners are issued OAuth 2.0 client credentials and retrieve a bearer token from the company's Auth0 tenant using the client_credentials grant with the audience https://partner-api.hownd.com. Every call carries an X-Tenant-Id header that identifies which Hownd merchant is being acted on. Hownd states the credentials are server-to-server only and must not be used from a browser or mobile application. Creating a subscriber requires an email address; first name, last name and phone number are optional. No OpenAPI or public reference is published; the surface is documented only by the first-party example repository below.

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/hownd-partner-api"
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 ↑
name: Hownd Partner API
description: A secured REST API that lets an approved Hownd partner manage Subscribers on behalf of Hownd
  customers (merchants and businesses). Partners are issued OAuth 2.0 client credentials and retrieve
  a bearer token from the company's Auth0 tenant using the client_credentials grant with the audience
  https://partner-api.hownd.com. Every call carries an X-Tenant-Id header that identifies which Hownd
  merchant is being acted on. Hownd states the credentials are server-to-server only and must not be used
  from a browser or mobile application. Creating a subscriber requires an email address; first name, last
  name and phone number are optional. No OpenAPI or public reference is published; the surface is documented
  only by the first-party example repository below.
humanURL: https://github.com/LocBoxLabs/hownd-examples
baseURL: https://partner-api.hownd.com
tags:
- Subscribers
- Partner API
- Marketing
properties:
- type: SourceCode
  url: https://github.com/LocBoxLabs/hownd-examples
- type: Authentication
  url: authentication/locbox-labs-authentication.yml
- type: Conventions
  url: conventions/locbox-labs-conventions.yml