Skip to main content
GET
/
actions
Get actions
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": {}
  }
]

Query Parameters

recipientId
string
required

Owner recipient ID

game
string | null

Filter by game

enabled
boolean | null

Filter by enabled status

category
string | null

Filter by category

provider
string | null

Filter by provider

Response

200 - application/json

Actions retrieved successfully

id
string
required
name
string
required
price
object
required
category
string
required
game
string
required
enabled
boolean
required
payload
object
required