{
  "info": {
    "name": "AimTell — mcp.ai",
    "description": "REST API for the AimTell MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/aimtell",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "aimtell_create_manual_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/manual/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "manual",
            "campaign"
          ]
        },
        "description": "Create a manual push campaign as a draft only; this tool never schedules or sends it.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"link\": \"\",\n  \"name\": \"\",\n  \"title\": \"\",\n  \"site_id\": 0,\n  \"icon_url\": \"\",\n  \"push_ttl\": 0,\n  \"image_url\": \"\",\n  \"segment_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_create_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "segment"
          ]
        },
        "description": "Create a named audience segment for a website from an AimTell segment definition.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"site_id\": 0,\n  \"definition\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_delete_manual_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/manual/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "manual",
            "campaign"
          ]
        },
        "description": "Permanently delete one manual campaign by ID. This destructive action cannot be undone and permanently removes the campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_delete_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "segment"
          ]
        },
        "description": "Permanently delete one audience segment by ID. This destructive action cannot be undone; it removes the segment but does not delete its subscribers.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"segment_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_get_analytics_over_time",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/analytics/over/time",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "analytics",
            "over",
            "time"
          ]
        },
        "description": "Return a daily AimTell metric over a date range for all websites or one website.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"metric\": \"\",\n  \"site_id\": 0,\n  \"end_date\": \"\",\n  \"start_date\": \"\",\n  \"breakdown_by_site\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_get_campaign_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "results"
          ]
        },
        "description": "Return daily send, delivery, bounce, click, conversion, and available revenue results for a manual, event-triggered, RSS, or welcome campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end_date\": \"\",\n  \"start_date\": \"\",\n  \"campaign_id\": 0,\n  \"campaign_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_list_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns"
          ]
        },
        "description": "Return one page of manual, event-triggered, RSS, or API push campaigns for an AimTell website.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"site_id\": 0,\n  \"next_cursor\": \"\",\n  \"campaign_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_list_notification_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/notification/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "notification",
            "logs"
          ]
        },
        "description": "Return one page from AimTell's sampled notification log for the last seven days, optionally filtered to one subscriber. This is not a complete delivery ledger and does not include every notification s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"site_id\": 0,\n  \"next_cursor\": \"\",\n  \"subscriber_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_list_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "segments"
          ]
        },
        "description": "Return all audience segments for an AimTell website, including the IDs and definitions used for subscriber filtering and campaign targeting.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"site_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_list_subscribers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/subscribers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "subscribers"
          ]
        },
        "description": "Return one page of subscribers for an AimTell website, optionally filtered by segment or subscriber ID and optionally including attributes or notification history. AimTell may return processing=true w",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"include\": \"\",\n  \"site_id\": 0,\n  \"segment_id\": 0,\n  \"next_cursor\": \"\",\n  \"subscriber_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_list_websites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/websites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "websites"
          ]
        },
        "description": "Return one page of websites available to the connected AimTell account, including site IDs needed by other tools. Use next_cursor to retrieve later pages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\",\n  \"include_subscriber_count\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_send_push_notification",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/push/notification",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "push",
            "notification"
          ]
        },
        "description": "Immediately send a one-off push notification to exactly one explicitly selected audience: subscriber IDs, one segment, one alias, or the website's full reachable audience. Delivery begins immediately,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"link\": \"\",\n  \"title\": \"\",\n  \"site_id\": 0,\n  \"icon_url\": \"\",\n  \"push_ttl\": 0,\n  \"image_url\": \"\",\n  \"segment_id\": 0,\n  \"send_to_all\": false,\n  \"collapse_key\": \"\",\n  \"action_buttons\": \"\",\n  \"subscriber_ids\": \"\",\n  \"subscriber_alias\": \"\",\n  \"auto_hide_seconds\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_set_subscriber_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/subscriber/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "subscriber",
            "attributes"
          ]
        },
        "description": "Set custom attributes on one subscriber identified by subscriber UID, user alias, or email alias; supplied aliases may also be associated with the subscriber.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"site_id\": 0,\n  \"attributes\": {},\n  \"user_alias\": \"\",\n  \"email_alias\": \"\",\n  \"subscriber_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_update_manual_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/manual/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "manual",
            "campaign"
          ]
        },
        "description": "Update the content or targeting of an unscheduled, unsent, non-A/B manual campaign draft without scheduling or sending it.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"link\": \"\",\n  \"name\": \"\",\n  \"title\": \"\",\n  \"icon_url\": \"\",\n  \"push_ttl\": 0,\n  \"image_url\": \"\",\n  \"campaign_id\": 0,\n  \"segment_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "aimtell_update_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "segment"
          ]
        },
        "description": "Change the name or audience definition of an existing AimTell segment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"definition\": \"\",\n  \"segment_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}