LocBox Labs website screenshot

LocBox Labs

LocBox Labs is the engineering identity behind Hownd, Inc. (formerly FetchRev, originally LocBox), a Tempe, Arizona automated promotions and local-merchant marketing platform that helps restaurants, health and beauty businesses, family entertainment centers, attractions and retail merchants generate new and repeat customers. The platform runs automated marketing across website popups, email drip and birthday campaigns, social media, buy-now promos, gift cards, a promo discovery portal, the MyHownd consumer mobile app, and guest-WiFi capture, billed at a flat monthly fee plus a share of each transaction. Merchants work in the Hownd app at hownd.app, with the legacy FetchRev merchant application still served at app.locbox.com. Hownd operates a partner-gated REST API at partner-api.hownd.com that lets approved partners manage subscribers on behalf of Hownd merchants; it is authenticated with OAuth 2.0 client-credentials against the company's Auth0 tenant and scoped per merchant with an X-Tenant-Id header. No OpenAPI, public API reference, or developer portal is published for it — the only public documentation is the first-party example repository in the company's LocBoxLabs GitHub org.

LocBox Labs publishes 1 API on the APIs.io network. Tagged areas include Company, Marketing, Promotions, Local Marketing, and Small Business.

LocBox Labs’ developer surface includes documentation, getting-started guide, pricing, engineering blog, support, authentication, and 17 more developer resources.

31.6/100 thin ▬ flat Agent 18/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaid
1 APIs
CompanyMarketingPromotionsLocal MarketingSmall BusinessAutomationCouponsEmail MarketingLoyaltyGuest WiFiFamily EntertainmentRestaurant

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/locbox-labs: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

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 credentia...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Locbox Labs Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Locbox Labs Authentication

oauth2 · 1 scheme

SECURITY

Locbox Labs Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: locbox-labs
name: LocBox Labs
description: LocBox Labs is the engineering identity behind Hownd, Inc. (formerly FetchRev, originally LocBox), a Tempe, Arizona
  automated promotions and local-merchant marketing platform that helps restaurants, health and beauty businesses, family
  entertainment centers, attractions and retail merchants generate new and repeat customers. The platform runs automated marketing
  across website popups, email drip and birthday campaigns, social media, buy-now promos, gift cards, a promo discovery portal,
  the MyHownd consumer mobile app, and guest-WiFi capture, billed at a flat monthly fee plus a share of each transaction.
  Merchants work in the Hownd app at hownd.app, with the legacy FetchRev merchant application still served at app.locbox.com.
  Hownd operates a partner-gated REST API at partner-api.hownd.com that lets approved partners manage subscribers on behalf
  of Hownd merchants; it is authenticated with OAuth 2.0 client-credentials against the company's Auth0 tenant and scoped
  per merchant with an X-Tenant-Id header. No OpenAPI, public API reference, or developer portal is published for it — the
  only public documentation is the first-party example repository in the company's LocBoxLabs GitHub org.
url: https://raw.githubusercontent.com/api-evangelist/locbox-labs/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: stub
x-tier-reason: portfolio-lead
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: sales
  trial: false
  try_now: false
  public: false
  label: Partner-gated
  confidence: medium
  source:
  - https://github.com/LocBoxLabs/hownd-examples
  - https://hownd.com/pricing/
  generated: '2026-08-13'
  method: searched
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-13'
image: https://s21429.pcdn.co/wp-content/uploads/2020/05/hownd-logo-blue.svg
tags:
- Company
- Marketing
- Promotions
- Local Marketing
- Small Business
- Automation
- Coupons
- Email Marketing
- Loyalty
- Guest WiFi
- Family Entertainment
- Restaurant
tags_raw:
- Company
- Marketing
- Promotions
- Local Marketing
- Small Business
- Automation
- Coupons
- Email Marketing
- Loyalty
- Guest WiFi
- Family Entertainment
- Restaurants
apis:
- 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
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/locbox-labs-domain-security.yml
- type: Website
  url: https://hownd.com
- type: Documentation
  url: https://hownd.com/knowledge-base/
- type: GettingStarted
  url: https://hownd.com/quickstart/
- type: GitHubOrganization
  url: https://github.com/LocBoxLabs
- type: Pricing
  url: https://hownd.com/pricing/
- type: Plans
  url: plans/locbox-labs-plans-pricing.yml
- type: RateLimits
  url: rate-limits/locbox-labs-rate-limits.yml
- type: Login
  url: https://hownd.app/sign-in/
- type: TermsOfService
  url: https://hownd.com/terms-of-service/
- type: PrivacyPolicy
  url: https://hownd.com/privacy-policy/
- type: Compliance
  url: https://hownd.com/data-protection-addendum/
- type: Blog
  url: https://hownd.com/blog/
- type: BlogRSS
  url: https://hownd.com/feed/
- type: Support
  url: https://hownd.com/contact/
- type: Packages
  url: packages/locbox-labs-packages.yml
- type: WellKnown
  url: well-known/locbox-labs-well-known.yml
- type: Authentication
  url: authentication/locbox-labs-authentication.yml
- type: Conventions
  url: conventions/locbox-labs-conventions.yml
- type: Conformance
  url: conformance/locbox-labs-conformance.yml
- type: Lifecycle
  url: lifecycle/locbox-labs-lifecycle.yml
- type: Components
  url: components/locbox-labs-components.yml
- type: LLMsTxt
  url: llms/locbox-labs-llms.txt
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 12
  pass: local-v1
x-coverage:
  state: covered
  reason: covered
  detail: A real API was found this pass - the Hownd Partner API at partner-api.hownd.com, documented only in the company's
    own LocBoxLabs/hownd-examples repository - but no machine-readable contract is published for it anywhere, and partner
    credentials plus a per-merchant Tenant ID are issued by Hownd rather than self-served.
  evidence:
  - url: https://github.com/LocBoxLabs/hownd-examples
    status: 200
  - url: https://partner-api.hownd.com/openapi.json
    status: 404
  - url: https://hownd.auth0.com/.well-known/openid-configuration
    status: 200
  checked: '2026-08-13'

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/locbox-labs"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/locbox-labs/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/locbox-labs/evidence"

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.