Iaptic MCP Server

Official

customer_get

Get detailed information about a specific customer.

  • Returns complete customer profile including:
    • Application username
    • Purchase history
    • Active and expired subscriptions
    • Last purchase details
    • Subscription renewal status
    • Trial and introductory period information
  • Required: customerId parameter

Input Schema

NameRequiredDescriptionDefault
customerIdYesUnique identifier of the customer

Input Schema (JSON Schema)

{ "properties": { "customerId": { "description": "Unique identifier of the customer", "type": "string" } }, "required": [ "customerId" ], "type": "object" }