v1

latestOpenAPI 3.1.02026-07-141600153.0 KB

๐Ÿ”’ Export IOCs from a collection

get/collections/{id}/download/{format}

Path parameters

idstring required

Collection's ID

formatstring required

Export format (one of json, csv, or stix)

Headers

x-apikeystring required

Your API key

Response

200

filesstring[]
threat_actorsstring[]
referencesstring[]
urlsstring[]

Example response

{
  "files": [
    "009cc0f34f60467552ef79c3892c501043c972be55fe936efb30584975d45ec0"
  ],
  "threat_actors": [
    "muddywater"
  ],
  "references": [
    "153590cf5677a6ab5b5103382d41d4d8868a878a04104e86e936db63e4d186b8"
  ],
  "urls": [
    "http://abrahamseed.co.za/db_template.php"
  ]
}