From ef9647c83e6138d747a0aa3befa3d40fbc4b25b9 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 19 May 2016 14:43:02 +0200 Subject: [PATCH] Sharing groups listing API added --- automation/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/automation/README.md b/automation/README.md index e3e22cc..2fcd9c4 100644 --- a/automation/README.md +++ b/automation/README.md @@ -793,6 +793,16 @@ XML: None of the above fields are mandatory, but at least one of them has to be provided. +## Sharing groups + +MISP allows sharing groups to be retrieved via the API. + +~~~~ +https:///sharing_groups/index.json +~~~~ + +Based on the API key used, the list of visible sharing groups will be returned in a JSON file. The JSON includes the organization parts of a given sharing group along with the associated server. + ## Sightings API MISP allows Sightings data to be conveyed in several ways.