Logo
Cisco Secure Endpoint API Documentation

APIv3 Access Secure Endpoint API - multiple ORGs

GET https://api.amp.cisco.com/v3/organizations?size=100

This request lists all Endpoint ORGs you have access to. If there are multiple ORGS, select the right ORG to be added to the SecureX_ORG variable.

  • update the second line based on the number of Endpoint ORGs you have access to
  • remove [x] in the Test Script if you have access to a single Endpoint ORG
  • Example: Qodex.setEnvironmentVariable(SecureX_ORG, jsonData.data.organizationIdentifier);
  • you may use https://jsonpathfinder.com/ to figure out the JSON path to your Endpoint ORG

 

Body PARAM

Key Datatype Required Description 
size
number



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.amp.cisco.com/v3/organizations?size=100?size=100'

ENDPOINTS