FirstPromoter · Schema

Commission

A monetary or non-monetary reward earned by a promoter for a referral conversion.

Affiliate MarketingReferral TrackingSoftware-as-a-ServiceCommission ManagementReward DistributionPromotersPartner MarketingInfluencer MarketingPayoutsAttributionWebhookMCP

Properties

Name Type Description
id integer Unique identifier for the commission record.
status string Approval status of the commission.
amount number Commission amount in the account's currency.
currency string ISO 4217 currency code for the commission amount.
promoter_id integer ID of the promoter who earned this commission.
referral_id integer ID of the referral that generated this commission.
sale_amount number The sale amount that triggered this commission.
is_self_referral boolean Whether this commission was generated from a self-referral.
metadata object Additional metadata about the commission event.
created_at string Timestamp when the commission was created.
updated_at string Timestamp when the commission was last updated.
View JSON Schema on GitHub

JSON Schema

firstpromoter-commission-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://firstpromoter.com/schemas/commission",
  "title": "Commission",
  "description": "A monetary or non-monetary reward earned by a promoter for a referral conversion.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for the commission record."
    },
    "status": {
      "type": "string",
      "enum": ["pending", "approved", "denied"],
      "description": "Approval status of the commission."
    },
    "amount": {
      "type": "number",
      "format": "float",
      "description": "Commission amount in the account's currency."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code for the commission amount."
    },
    "promoter_id": {
      "type": "integer",
      "description": "ID of the promoter who earned this commission."
    },
    "referral_id": {
      "type": "integer",
      "description": "ID of the referral that generated this commission."
    },
    "sale_amount": {
      "type": "number",
      "format": "float",
      "description": "The sale amount that triggered this commission."
    },
    "is_self_referral": {
      "type": "boolean",
      "nullable": true,
      "description": "Whether this commission was generated from a self-referral."
    },
    "metadata": {
      "type": "object",
      "description": "Additional metadata about the commission event.",
      "additionalProperties": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the commission was created."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the commission was last updated."
    }
  },
  "additionalProperties": true
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/firstpromoter-commission"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.