GET /v3/action-sets
Retrieve all action sets in the account
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/action-sets?accountId=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Action sets retrieved successfully
Array [
]
Response
[ { "id": 0, "name": "string", "actions": [ … ], "updatedAt": "string", "createdAt": "string", "accountId": 0, "userId": 0 } ]