ActivityHero · Authentication Profile

Activityhero Authentication

Authentication

ActivityHero's provider integration (Registration API and Schedule API) does not use API keys, OAuth, or bearer tokens for its request/response surface. Instead, webhook payloads are authenticated with an HMAC-SHA256 signature so the receiver can verify the message originated from ActivityHero (and, symmetrically, so ActivityHero can verify inbound schedule syncs).

ActivityHero secures its APIs with signature across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyKids ActivitiesCampsClassesMarketplaceRegistrationWebhookEducation
Methods: signature Schemes: 1 OAuth flows: API key in:

Security Schemes

hmacSignature signature

Source

Authentication Profile

activityhero-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: >-
  https://help.activityhero.com/can-i-sync-activityhero-registrations-to-my-own-database ,
  https://help.activityhero.com/can-i-sync-my-activity-schedules-into-activityhero
description: >-
  ActivityHero's provider integration (Registration API and Schedule API) does
  not use API keys, OAuth, or bearer tokens for its request/response surface.
  Instead, webhook payloads are authenticated with an HMAC-SHA256 signature so
  the receiver can verify the message originated from ActivityHero (and,
  symmetrically, so ActivityHero can verify inbound schedule syncs).
summary:
  types:
    - signature
schemes:
  - name: hmacSignature
    type: signature
    algorithm: HMAC-SHA256
    header: Signature
    message: '"providerID_timestamp" (provider ID and request timestamp joined by an underscore)'
    secret_location: >-
      A per-provider secret key found in the Registration API dashboard
      section (Manage Listing > API).
    verification: >-
      The receiver recomputes HMAC-SHA256 over "providerID_timestamp" using the
      shared secret and compares it to the Signature header.
    reference: https://hookdeck.com/webhooks/guides/how-to-implement-sha256-webhook-signature-verification
    sources:
      - https://help.activityhero.com/can-i-sync-activityhero-registrations-to-my-own-database
      - https://help.activityhero.com/can-i-sync-my-activity-schedules-into-activityhero
docs: https://help.activityhero.com/api
notes:
  - No OAuth2 or OpenID Connect flow is published.
  - No API-key header is used; trust is established via the shared HMAC secret and the Signature header.

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • 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 security artifact
curl "https://apis.io/api/v1/security/activityhero-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.