Keen
    Keen
    • Authentication
    • Leads
      GET
    • Create lead
      POST
    • Channels
      GET
    • Create purchase
      POST
    • Update lead status
      POST

      Create purchase

      POST
      https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/purchase

      Request

      Query Params

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/purchase?leads_id&products_id&purchase_amount' \
      --header 'x-api-key: {your_api_key}'
      Response Response Example
      {
          "id": 1,
          "created_at": 1,
          "leads_id": 1,
          "products_id": 1,
          "purchase_amount": 1.00
      }
      Modified at 2025-11-03 12:20:28
      Previous
      Channels
      Next
      Update lead status
      Built with