{
  "info": {
    "name": "Brilliant Directories — mcp.ai",
    "description": "REST API for the Brilliant Directories 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/brilliant_directories",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "brilliant_directories_create_album_photo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/album/photo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "album",
            "photo"
          ]
        },
        "description": "Tool to add a new album photo to a user's portfolio in Brilliant Directories. Use when you need to upload or create a photo entry in a user's album. Required fields are user_id (the owner of the album",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"desc\": \"\",\n  \"file\": \"\",\n  \"link\": \"\",\n  \"order\": 0,\n  \"price\": 0,\n  \"title\": \"\",\n  \"inv_id\": \"\",\n  \"status\": 0,\n  \"data_id\": 0,\n  \"orgfile\": \"\",\n  \"room_id\": 0,\n  \"user_id\": 0,\n  \"group_id\": 0,\n  \"keywords\": \"\",\n  \"condition\": \"\",\n  \"data_type\": 0,\n  \"thumbnail\": \"\",\n  \"group_cover\": 0,\n  \"photo_token\": \"\",\n  \"availability\": \"\",\n  \"manufacturer\": \"\",\n  \"product_type\": \"\",\n  \"image_imported\": \"\",\n  \"photo_filename\": \"\",\n  \"reason_inactive\": \"\",\n  \"photo_date_added\": \"\",\n  \"product_category\": \"\",\n  \"additional_fields\": \"\",\n  \"facebook_photo_id\": \"\",\n  \"original_image_url\": \"\",\n  \"photo_date_updated\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_data_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/data/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "data",
            "category"
          ]
        },
        "description": "Creates a new data category (post type) in the Brilliant Directories website database. Post types are content types like Videos, Articles, Jobs, Events, Coupons, Classifieds, etc. Required fields: dat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"h1\": \"\",\n  \"h2\": \"\",\n  \"icon\": \"\",\n  \"data_id\": 0,\n  \"comments\": \"\",\n  \"per_page\": 0,\n  \"always_on\": 0,\n  \"data_name\": \"\",\n  \"data_type\": 0,\n  \"form_name\": \"\",\n  \"post_date\": \"\",\n  \"post_type\": \"\",\n  \"data_active\": \"\",\n  \"profile_tab\": \"\",\n  \"system_name\": \"\",\n  \"category_sql\": \"\",\n  \"category_tab\": \"\",\n  \"comments_code\": \"\",\n  \"data_filename\": \"\",\n  \"display_order\": 0,\n  \"caption_length\": 0,\n  \"category_group\": 0,\n  \"footer_content\": \"\",\n  \"profile_footer\": \"\",\n  \"profile_header\": \"\",\n  \"search_results\": \"\",\n  \"category_footer\": \"\",\n  \"category_header\": \"\",\n  \"comments_header\": \"\",\n  \"distance_search\": 0,\n  \"profile_sidebar\": \"\",\n  \"category_sidebar\": \"\",\n  \"profile_order_by\": \"\",\n  \"profile_per_page\": 0,\n  \"software_version\": 0,\n  \"category_order_by\": \"\",\n  \"feature_categories\": \"\",\n  \"revision_timestamp\": \"\",\n  \"search_results_div\": \"\",\n  \"profile_display_order\": 0,\n  \"search_results_layout\": \"\",\n  \"sidebar_search_module\": \"\",\n  \"profile_results_layout\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_data_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/data/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "data",
            "post"
          ]
        },
        "description": "Tool to create a new Single Image Post (member post) in the Brilliant Directories database. Use when adding blog posts, articles, or other content types with images to the website. Required fields: po",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lat\": 0,\n  \"lon\": 0,\n  \"data_id\": 0,\n  \"user_id\": 0,\n  \"state_sn\": \"\",\n  \"data_type\": 0,\n  \"post_tags\": \"\",\n  \"post_type\": \"\",\n  \"country_sn\": \"\",\n  \"post_image\": \"\",\n  \"post_title\": \"\",\n  \"post_token\": \"\",\n  \"post_author\": \"\",\n  \"post_clicks\": 0,\n  \"post_status\": 0,\n  \"sticky_post\": 0,\n  \"auto_geocode\": \"\",\n  \"post_content\": \"\",\n  \"post_category\": \"\",\n  \"post_filename\": \"\",\n  \"image_imported\": 0,\n  \"post_live_date\": \"\",\n  \"recurring_type\": 0,\n  \"revision_count\": 0,\n  \"post_start_date\": \"\",\n  \"post_expire_date\": \"\",\n  \"auto_image_import\": \"\",\n  \"original_image_url\": \"\",\n  \"revision_timestamp\": \"\",\n  \"sticky_post_expiration_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_lead",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/lead",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "lead"
          ]
        },
        "description": "Tool to create a new lead in the Brilliant Directories database. Use when adding new inquiries or contact requests from visitors. Supports automatic geocoding, member matching, and email notifications",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lat\": 0,\n  \"lng\": 0,\n  \"nelat\": 0,\n  \"nelng\": 0,\n  \"swlat\": 0,\n  \"swlng\": 0,\n  \"status\": 0,\n  \"sub_id\": 0,\n  \"top_id\": 0,\n  \"lead_id\": 0,\n  \"formname\": \"\",\n  \"url_from\": \"\",\n  \"lead_name\": \"\",\n  \"origin_ip\": \"\",\n  \"auto_match\": \"\",\n  \"country_sn\": \"\",\n  \"date_added\": \"\",\n  \"lead_email\": \"\",\n  \"lead_notes\": \"\",\n  \"lead_phone\": \"\",\n  \"lead_price\": 0,\n  \"sub_sub_id\": 0,\n  \"flow_source\": \"\",\n  \"adm_lvl_1_sn\": \"\",\n  \"auto_geocode\": \"\",\n  \"lead_message\": \"\",\n  \"lead_location\": \"\",\n  \"location_type\": \"\",\n  \"users_to_match\": \"\",\n  \"sub_category_name\": \"\",\n  \"top_category_name\": \"\",\n  \"revision_timestamp\": \"\",\n  \"sub_sub_category_name\": \"\",\n  \"send_lead_email_notification\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_portfolio_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/portfolio/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "portfolio",
            "group"
          ]
        },
        "description": "Creates a new multi-image portfolio post in the Brilliant Directories database. This action allows users to publish content with multiple images, descriptions, and metadata such as categories, tags, a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data_id\": 0,\n  \"user_id\": 0,\n  \"state_sn\": \"\",\n  \"data_type\": 0,\n  \"post_tags\": \"\",\n  \"country_sn\": \"\",\n  \"group_desc\": \"\",\n  \"group_name\": \"\",\n  \"post_image\": \"\",\n  \"group_order\": 0,\n  \"group_token\": \"\",\n  \"sticky_post\": \"\",\n  \"auto_geocode\": \"\",\n  \"date_updated\": \"\",\n  \"group_status\": 0,\n  \"property_beds\": 0,\n  \"property_type\": 0,\n  \"group_category\": \"\",\n  \"group_filename\": \"\",\n  \"group_location\": \"\",\n  \"property_baths\": 0,\n  \"property_price\": 0,\n  \"revision_count\": 0,\n  \"property_status\": 0,\n  \"post_image_title\": \"\",\n  \"auto_image_import\": \"\",\n  \"property_sqr_foot\": 0,\n  \"post_image_description\": \"\",\n  \"sticky_post_expiration_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_unsubscribe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/unsubscribe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "unsubscribe"
          ]
        },
        "description": "Tool to add an unsubscriber to the database and unsubscribe a member from email campaigns. Use when you need to remove a member's email address from the email campaign list. Requires email address, co",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"code\": \"\",\n  \"date\": 0,\n  \"type\": \"\",\n  \"email\": \"\",\n  \"definitive\": 0,\n  \"website_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "user"
          ]
        },
        "description": "Creates a new user/member account in the Brilliant Directories website database. Required fields: email, password (minimum 6 characters), and subscription_id (must reference an existing membership pla",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"city\": \"\",\n  \"email\": \"\",\n  \"active\": 0,\n  \"company\": \"\",\n  \"website\": \"\",\n  \"about_me\": \"\",\n  \"address1\": \"\",\n  \"address2\": \"\",\n  \"password\": \"\",\n  \"position\": \"\",\n  \"verified\": 0,\n  \"zip_code\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"state_code\": \"\",\n  \"country_code\": \"\",\n  \"phone_number\": \"\",\n  \"subscription_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_users_click",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/users/click",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "users",
            "click"
          ]
        },
        "description": "Tool to add a new user clicked link tracking record to the database. Creates a click tracking entry that records when and where users click on links within the directory. Required fields: click_url, c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"post_id\": 0,\n  \"user_id\": 0,\n  \"click_id\": 0,\n  \"click_ip\": \"\",\n  \"click_url\": \"\",\n  \"click_from\": \"\",\n  \"click_name\": \"\",\n  \"click_type\": \"\",\n  \"click_token\": \"\",\n  \"date_clicked\": \"\",\n  \"visitor_token\": \"\",\n  \"is_single_post\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_create_widget",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/widget",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "widget"
          ]
        },
        "description": "Tool to create a new widget in the Brilliant Directories website database. Use when you need to add custom HTML/PHP content, CSS styles, or JavaScript to create a reusable widget component.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"widget_data\": \"\",\n  \"widget_name\": \"\",\n  \"widget_style\": \"\",\n  \"widget_javascript\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_album_photo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/album/photo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "album",
            "photo"
          ]
        },
        "description": "Tool to delete an album photo and its related data from the database. Use when you need to permanently remove a photo from a user's portfolio album.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"photo_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_data_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/data/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "data",
            "category"
          ]
        },
        "description": "Tool to permanently delete a post type (data category) and all related data from the database. Use when you need to completely remove a post type such as Videos, Articles, Jobs, Events, Coupons, Audio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_lead",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/lead",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "lead"
          ]
        },
        "description": "Tool to delete a lead and their related data from the database. Use when you need to permanently remove a lead record.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lead_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_portfolio_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/portfolio/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "portfolio",
            "group"
          ]
        },
        "description": "Tool to delete a multi-image post (portfolio group) and its related data from the database. Use when you need to permanently remove a portfolio group/multi-image post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"group_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_unsubscribe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/unsubscribe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "unsubscribe"
          ]
        },
        "description": "Tool to delete an unsubscribe record and its related data from the database. Use when you need to remove an email from the unsubscribe list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user"
          ]
        },
        "description": "This tool deletes an existing user record from the Brilliant Directories website database. It allows for the complete removal of a user record and, optionally, the deletion of the member's uploaded im",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\",\n  \"delete_images\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_users_click",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/users/click",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "users",
            "click"
          ]
        },
        "description": "Tool to delete a user clicked link and their related data from the database. Permanently removes a click record identified by click_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"click_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_delete_widget",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/widget",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "widget"
          ]
        },
        "description": "Tool to delete a widget and its related data from the database. Use when you need to permanently remove a widget. This is a destructive operation that cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"widget_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_album_photo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/album/photo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "album",
            "photo"
          ]
        },
        "description": "Retrieves the complete metadata and details for a single album image from Brilliant Directories. This action fetches comprehensive information about an album photo including its title, description, fi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"photo_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_data_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "categories"
          ]
        },
        "description": "This tool retrieves all available custom fields for Data Categories (Post Types) in a Brilliant Directories website. Data categories/post types include content types like Videos, Articles, Jobs, Event",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_data_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "category"
          ]
        },
        "description": "Tool to retrieve configuration data for a single post type (data category) in Brilliant Directories. Post types include content types like Videos, Articles, Jobs, Events, Coupons, Audios, and Discussi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_data_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "post"
          ]
        },
        "description": "Tool to retrieve a single image/video post from the Brilliant Directories member posts system. Use this action when you need to read the complete data and metadata for a specific post based on its pos",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_lead",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lead",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lead"
          ]
        },
        "description": "Tool to retrieve a single lead's complete information from Brilliant Directories. Use when you need to fetch detailed data about a specific lead by its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lead_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_lead_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lead/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lead",
            "fields"
          ]
        },
        "description": "This tool retrieves all available fields in the leads table from a Brilliant Directories website. It returns a JSON object containing a list of fields and their associated metadata (field name, field ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_portfolio_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/portfolio/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "portfolio",
            "group"
          ]
        },
        "description": "Tool to retrieve multi-image post data by group_id. Use when you need to fetch content and metadata for a specific portfolio group or multi-image post. Returns comprehensive information including imag",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"group_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_review",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/review",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "review"
          ]
        },
        "description": "Tool to retrieve complete review data from Brilliant Directories based on review_id. Use when you need to read full review details including content, ratings, reviewer info, and timestamps.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"review_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_reviews_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reviews/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reviews",
            "fields"
          ]
        },
        "description": "Get metadata about all available fields in the users_reviews table from a Brilliant Directories website. This tool returns comprehensive field definitions for the reviews system, including: - Core rev",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_unsubscribe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/unsubscribe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "unsubscribe"
          ]
        },
        "description": "Tool to retrieve a single unsubscriber record by ID. Use when you need to get details about a specific unsubscribe entry, including the email address, unsubscribe date, and source (admin, email link, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user"
          ]
        },
        "description": "Tool to retrieve comprehensive data for a single user by their user_id. Use when you need to fetch complete user profile information including contact details, subscription data, and membership inform",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_user_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "fields"
          ]
        },
        "description": "Retrieves comprehensive user data from the Brilliant Directories database by searching for a specific property value. This action queries the users_data table using a property (column name) and value ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"property\": \"\",\n  \"property_value\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_user_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "transactions"
          ]
        },
        "description": "Retrieves payment and transaction history for a member in Brilliant Directories. This action queries transaction records using either user_id or client_id, returning detailed payment history including",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": 0,\n  \"client_id\": 0,\n  \"return_schema\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_users_click",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/click",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "click"
          ]
        },
        "description": "Tool to retrieve click tracking data for a single user clicked link based on the click_id. Use when you need to fetch detailed information about a specific click event, including the user who clicked,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"click_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_get_widget",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/widget",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "widget"
          ]
        },
        "description": "Retrieves the data of a single widget based on the widget_id. Use this to fetch widget configuration and settings from the Brilliant Directories website database.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"widget_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_match_leads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/match/leads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "match",
            "leads"
          ]
        },
        "description": "Tool to match a batch of emails or user IDs to a specific lead record. Use this when you need to associate multiple contacts or users with an existing lead in the Brilliant Directories system. The use",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lead_id\": 0,\n  \"users_to_match\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_search_reviews",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/reviews",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "reviews"
          ]
        },
        "description": "Search reviews and their related data from the database. Filter reviews by various criteria. Supports filtering by location (address), keyword search (q), overall rating, and pagination (page, limit).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"page\": 0,\n  \"limit\": 0,\n  \"address\": \"\",\n  \"output_type\": \"\",\n  \"overall_rating\": 0,\n  \"category_order_by\": \"\",\n  \"search_priority_flag\": 0,\n  \"post_type_cache_system\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_search_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "users"
          ]
        },
        "description": "Search for users/members in the Brilliant Directories database with advanced filtering options. Allows searching and filtering members by keywords, location, categories, and other criteria. Supports p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"pid\": 0,\n  \"tid\": 0,\n  \"page\": 0,\n  \"sort\": \"\",\n  \"ttid\": 0,\n  \"limit\": 0,\n  \"address\": \"\",\n  \"dynamic\": 0,\n  \"output_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_album_photo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/album/photo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "album",
            "photo"
          ]
        },
        "description": "Updates an existing album photo record in the Brilliant Directories database. Modifies photo metadata such as title, description, keywords, and status. The photo_id is required to identify which photo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"desc\": \"\",\n  \"file\": \"\",\n  \"link\": \"\",\n  \"order\": 0,\n  \"price\": 0,\n  \"title\": \"\",\n  \"inv_id\": \"\",\n  \"status\": 0,\n  \"data_id\": 0,\n  \"orgfile\": \"\",\n  \"room_id\": 0,\n  \"user_id\": 0,\n  \"group_id\": 0,\n  \"keywords\": \"\",\n  \"photo_id\": 0,\n  \"condition\": \"\",\n  \"data_type\": 0,\n  \"thumbnail\": \"\",\n  \"group_cover\": 0,\n  \"photo_token\": \"\",\n  \"availability\": \"\",\n  \"manufacturer\": \"\",\n  \"product_type\": \"\",\n  \"image_imported\": \"\",\n  \"photo_filename\": \"\",\n  \"reason_inactive\": \"\",\n  \"photo_date_added\": \"\",\n  \"product_category\": \"\",\n  \"additional_fields\": \"\",\n  \"facebook_photo_id\": \"\",\n  \"original_image_url\": \"\",\n  \"photo_date_updated\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_data_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/data/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "data",
            "category"
          ]
        },
        "description": "Tool to update an existing post type (data category) record in Brilliant Directories. Use when you need to modify post type settings such as name, display options, layout templates, pagination setting",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"h1\": \"\",\n  \"h2\": \"\",\n  \"icon\": \"\",\n  \"data_id\": 0,\n  \"comments\": \"\",\n  \"per_page\": 0,\n  \"always_on\": 0,\n  \"data_name\": \"\",\n  \"data_type\": 0,\n  \"form_name\": \"\",\n  \"post_date\": \"\",\n  \"post_type\": \"\",\n  \"data_active\": \"\",\n  \"profile_tab\": \"\",\n  \"system_name\": \"\",\n  \"category_sql\": \"\",\n  \"category_tab\": \"\",\n  \"comments_code\": \"\",\n  \"data_filename\": \"\",\n  \"display_order\": 0,\n  \"caption_length\": 0,\n  \"category_group\": 0,\n  \"footer_content\": \"\",\n  \"profile_footer\": \"\",\n  \"profile_header\": \"\",\n  \"search_results\": \"\",\n  \"category_footer\": \"\",\n  \"category_header\": \"\",\n  \"comments_header\": \"\",\n  \"distance_search\": 0,\n  \"profile_sidebar\": \"\",\n  \"category_sidebar\": \"\",\n  \"profile_order_by\": \"\",\n  \"profile_per_page\": 0,\n  \"software_version\": 0,\n  \"category_order_by\": \"\",\n  \"feature_categories\": \"\",\n  \"revision_timestamp\": \"\",\n  \"search_results_div\": \"\",\n  \"profile_display_order\": 0,\n  \"search_results_layout\": \"\",\n  \"sidebar_search_module\": \"\",\n  \"profile_results_layout\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_data_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/data/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "data",
            "post"
          ]
        },
        "description": "Updates a single image post record and related data in the Brilliant Directories database. Use this action to modify existing post content including title, content, status, metadata, and other post-re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lat\": 0,\n  \"lon\": 0,\n  \"data_id\": 0,\n  \"post_id\": 0,\n  \"user_id\": 0,\n  \"state_sn\": \"\",\n  \"data_type\": 0,\n  \"post_tags\": \"\",\n  \"post_type\": \"\",\n  \"country_sn\": \"\",\n  \"post_image\": \"\",\n  \"post_title\": \"\",\n  \"post_token\": \"\",\n  \"post_author\": \"\",\n  \"post_clicks\": 0,\n  \"post_status\": 0,\n  \"sticky_post\": 0,\n  \"auto_geocode\": 0,\n  \"post_content\": \"\",\n  \"post_category\": \"\",\n  \"post_filename\": \"\",\n  \"image_imported\": 0,\n  \"post_live_date\": \"\",\n  \"recurring_type\": 0,\n  \"revision_count\": 0,\n  \"post_start_date\": \"\",\n  \"post_expire_date\": \"\",\n  \"auto_image_import\": 0,\n  \"original_image_url\": \"\",\n  \"revision_timestamp\": \"\",\n  \"sticky_post_expiration_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_lead",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/lead",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "lead"
          ]
        },
        "description": "Updates an existing lead record in the Brilliant Directories website database. The lead_id field is required to identify which lead to update. All other fields are optional - only provide the fields y",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lat\": 0,\n  \"lng\": 0,\n  \"nelat\": 0,\n  \"nelng\": 0,\n  \"swlat\": 0,\n  \"swlng\": 0,\n  \"status\": 0,\n  \"sub_id\": 0,\n  \"top_id\": 0,\n  \"lead_id\": 0,\n  \"formname\": \"\",\n  \"url_from\": \"\",\n  \"lead_name\": \"\",\n  \"origin_ip\": \"\",\n  \"auto_match\": \"\",\n  \"country_sn\": \"\",\n  \"date_added\": \"\",\n  \"lead_email\": \"\",\n  \"lead_notes\": \"\",\n  \"lead_phone\": \"\",\n  \"lead_price\": 0,\n  \"sub_sub_id\": 0,\n  \"flow_source\": \"\",\n  \"adm_lvl_1_sn\": \"\",\n  \"auto_geocode\": \"\",\n  \"lead_message\": \"\",\n  \"lead_location\": \"\",\n  \"location_type\": \"\",\n  \"users_to_match\": \"\",\n  \"sub_category_name\": \"\",\n  \"top_category_name\": \"\",\n  \"revision_timestamp\": \"\",\n  \"sub_sub_category_name\": \"\",\n  \"send_lead_email_notification\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_portfolio_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/portfolio/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "portfolio",
            "group"
          ]
        },
        "description": "Tool to update a multi-image post (portfolio group) record in the Brilliant Directories database. Use when you need to modify existing portfolio content, change post details, update images, or modify ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data_id\": 0,\n  \"user_id\": 0,\n  \"group_id\": 0,\n  \"state_sn\": \"\",\n  \"data_type\": 0,\n  \"post_tags\": \"\",\n  \"country_sn\": \"\",\n  \"group_desc\": \"\",\n  \"group_name\": \"\",\n  \"post_image\": \"\",\n  \"group_order\": 0,\n  \"group_token\": \"\",\n  \"sticky_post\": 0,\n  \"auto_geocode\": \"\",\n  \"date_updated\": \"\",\n  \"group_status\": 0,\n  \"property_beds\": 0,\n  \"property_type\": 0,\n  \"group_category\": \"\",\n  \"group_filename\": \"\",\n  \"group_location\": \"\",\n  \"property_baths\": 0,\n  \"property_price\": 0,\n  \"revision_count\": 0,\n  \"property_status\": 0,\n  \"post_image_title\": \"\",\n  \"auto_image_import\": \"\",\n  \"property_sqr_foot\": 0,\n  \"post_image_description\": \"\",\n  \"sticky_post_expiration_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_unsubscribe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/unsubscribe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "unsubscribe"
          ]
        },
        "description": "Updates an existing unsubscribe list record in the Brilliant Directories database. Use this to modify unsubscribe settings for email campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"code\": \"\",\n  \"date\": 0,\n  \"type\": \"\",\n  \"email\": \"\",\n  \"definitive\": 0,\n  \"website_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "user"
          ]
        },
        "description": "Updates an existing user record in the Brilliant Directories website database. Modifies user profile information, contact details, social media links, account status, membership plan, and other user-r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cv\": \"\",\n  \"lat\": 0,\n  \"lon\": 0,\n  \"blog\": \"\",\n  \"city\": \"\",\n  \"logo\": \"\",\n  \"email\": \"\",\n  \"quote\": \"\",\n  \"active\": \"\",\n  \"awards\": \"\",\n  \"company\": \"\",\n  \"modtime\": \"\",\n  \"twitter\": \"\",\n  \"user_id\": 0,\n  \"website\": \"\",\n  \"youtube\": \"\",\n  \"about_me\": \"\",\n  \"address1\": \"\",\n  \"address2\": \"\",\n  \"facebook\": \"\",\n  \"featured\": 0,\n  \"linkedin\": \"\",\n  \"password\": \"\",\n  \"position\": \"\",\n  \"services\": \"\",\n  \"snapchat\": \"\",\n  \"state_ln\": \"\",\n  \"verified\": 0,\n  \"whatsapp\": \"\",\n  \"zip_code\": \"\",\n  \"google_id\": \"\",\n  \"instagram\": \"\",\n  \"last_name\": \"\",\n  \"pinterest\": \"\",\n  \"country_ln\": \"\",\n  \"experience\": 0,\n  \"first_name\": \"\",\n  \"last_login\": \"\",\n  \"nationwide\": 0,\n  \"state_code\": \"\",\n  \"affiliation\": \"\",\n  \"cover_photo\": \"\",\n  \"credentials\": \"\",\n  \"facebook_id\": \"\",\n  \"member_tags\": \"\",\n  \"rep_matters\": \"\",\n  \"signup_date\": \"\",\n  \"auto_geocode\": \"\",\n  \"country_code\": \"\",\n  \"listing_type\": \"\",\n  \"phone_number\": \"\",\n  \"credit_action\": \"\",\n  \"credit_amount\": 0,\n  \"images_action\": \"\",\n  \"profession_id\": 0,\n  \"profile_photo\": \"\",\n  \"subscription_id\": 0,\n  \"auto_image_import\": \"\",\n  \"delete_categories\": \"\",\n  \"member_tag_action\": \"\",\n  \"search_description\": \"\",\n  \"create_new_categories\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_users_click",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/users/click",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "users",
            "click"
          ]
        },
        "description": "Updates a user clicked link record and their related data from the database. Modifies click tracking data for existing click records. This action is used to update click tracking information such as c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"post_id\": 0,\n  \"user_id\": 0,\n  \"click_id\": 0,\n  \"click_ip\": \"\",\n  \"click_url\": \"\",\n  \"click_from\": \"\",\n  \"click_name\": \"\",\n  \"click_type\": \"\",\n  \"click_token\": \"\",\n  \"date_clicked\": \"\",\n  \"visitor_token\": \"\",\n  \"is_single_post\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brilliant_directories_update_widget",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/widget",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "widget"
          ]
        },
        "description": "Tool to update an existing widget record in the Brilliant Directories database. Modifies widget settings including name, HTML/PHP content, CSS styles, and JavaScript code.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"widget_id\": 0,\n  \"widget_data\": \"\",\n  \"widget_name\": \"\",\n  \"widget_style\": \"\",\n  \"widget_javascript\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}