Skip to main content
The collections endpoint returns all TAXII 2.1 collections available on the SOC Defenders server. Each collection groups STIX objects by indicator type — you can poll all IOCs at once, or target a specific collection such as IP addresses, file hashes, or CVEs depending on what your integration needs.

Endpoint

Method: GET https://www.socdefenders.ai/api/taxii2/api/collections/ Authentication: Required — pass your API key in the Authorization header as a Bearer token. Tier: Pro.

Example request

Example response

The collection IDs shown above are illustrative. Use the id values returned by your live response when constructing object requests.

Response fields

object[]
Array of collection objects available on the server.

Next steps

Use a collection id to fetch its STIX objects at GET /api/taxii2/api/collections//objects/.