Keen
    Keen
    • Authentication
    • Leads
      GET
    • Create lead
      POST
    • Channels
      GET
    • Purchase
      POST
    • Update lead status
      POST
    • Create lead (external)
      POST
    • Create purchase
      POST

      Channels

      GET
      https://api.keenpartner.com/api:-rEW9niB/get-channels

      Request

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.keenpartner.com/api:-rEW9niB/get-channels' \
      --header 'x-api-key: {your_api_key}'
      Response Response Example
      [
          {
              "id": 1,
              "created_at": 1716838537475,
              "title": "Example Channel",
              "users_id": 1,
              "lead_direction": "Incoming",
              "creator": 1,
              "partner_companies_id": 2,
              "referring_id": 1,
              "receiving_id": 2,
              "status_settings": [
                  {
                      "status_id": 1,
                      "status": "New lead"
                  }
              ],
              "_property_definitions": [
                  {
                      "id": 1,
                      "created_at": 1732103227721,
                      "name": "Business ID",
                      "channels_id": 1,
                      "type": "text",
                      "options": "",
                      "order": 1,
                      "visible": true
                  }
              ]
          }
      ]
      Modified at 2026-03-06 09:32:17
      Previous
      Create lead
      Next
      Purchase
      Built with