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

      Update lead status

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

      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/update_status_id?lead_id&status_id' \
      --header 'x-api-key: {your_api_key}'
      Response Response Example
      {
          "id": 1,
          "created_at": 1761643154534,
          "email": "jane@example.com",
          "first_name": "Jane",
          "last_name": "Doe",
          "phone": "+4512345678",
          "company_name": "Acme Inc.",
          "employee": "John",
          "status": "New lead",
          "notes": "",
          "channels_id": 1,
          "lead_status_id": 1
      }
      Modified at 2025-11-02 13:00:00
      Previous
      Create purchase
      Built with