Keepface Affiliate API v2

The public server-side affiliate tracking API for Keepface. Brands POST sale and refund events from their own backend (or from Shopify, or from the browser JS pixel) and Keepface attributes them to the creator whose link or discount code drove the sale. Every write is HMAC-SHA256 signed with a per-brand secret over a timestamped payload, replay-protected at a 300 second tolerance, and idempotent on (brand_id, order_id). A public click-resolve endpoint turns a short affiliate token into a destination URL, cookie window and campaign status. Rate limits and Retry-After are published per endpoint, and the API returns X-RateLimit-Limit / X-RateLimit-Remaining on live responses.

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/affiliate"
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: keepface:affiliate
name: Keepface Affiliate API v2
description: The public server-side affiliate tracking API for Keepface. Brands POST sale and refund events
  from their own backend (or from Shopify, or from the browser JS pixel) and Keepface attributes them
  to the creator whose link or discount code drove the sale. Every write is HMAC-SHA256 signed with a
  per-brand secret over a timestamped payload, replay-protected at a 300 second tolerance, and idempotent
  on (brand_id, order_id). A public click-resolve endpoint turns a short affiliate token into a destination
  URL, cookie window and campaign status. Rate limits and Retry-After are published per endpoint, and
  the API returns X-RateLimit-Limit / X-RateLimit-Remaining on live responses.
humanURL: https://help.keepface.com/brand/affiliate-program/api-reference/
baseURL: https://api.keepface.ai/api/v2
tags:
- Affiliate Marketing
- Attribution
- Webhook
- Conversion Tracking
tags_raw:
- Affiliate Marketing
- Attribution
- Webhooks
- Conversion Tracking
properties:
- type: APIReference
  url: https://help.keepface.com/brand/affiliate-program/api-reference/
- type: Documentation
  url: https://help.keepface.com/brand/affiliate-program/postback-hmac-integration/
- type: Webhooks
  url: asyncapi/keepface-affiliate-webhooks.yml
- type: ErrorCatalog
  url: errors/keepface-problem-types.yml
- type: RateLimits
  url: rate-limits/keepface-rate-limits.yml
- type: DataModel
  url: data-model/keepface-data-model.yml