v3 API//
- Get action set by ID
Get action sets
Create action set
Update action set
Delete action set
Get action set by ID
GET /v3/action-sets/{actionSetId}
Retrieve a specific action set by its ID
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/action-sets/{actionSetId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Action set retrieved successfully
Response
{ "id": 0, "name": "string", "actions": [ { … } ], "updatedAt": "string", "createdAt": "string", "accountId": 0, "userId": 0 }