cURL
curl --request GET \ --url https://api.example.com/actions
[ { "id": "<string>", "name": "<string>", "price": { "minor": 123, "major": 123, "currency": "<string>" }, "category": "<string>", "game": "<string>", "enabled": true, "payload": {} } ]
Retrieves actions filtered by recipientId and optional parameters
Owner recipient ID
Filter by game
Filter by enabled status
Filter by category
Filter by provider
Actions retrieved successfully
Show child attributes
Was this page helpful?