v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
User Actions

Create amqp subscription

Subscribe to the user action log over AMQP. Subscription is created for the client_id that is taken from the JWT token. See how to get the token in the Account / Login section of this documentation

post/cloud/v1/user_actions/subscribe_amqp

Request body

connection_stringstring required

Connection string of the following structure "scheme://username:password@host:port/virtual_host"

exchangestring nullable

Exchange name

receive_child_client_eventsboolean

Set to true if you would like to receive user action logs of all clients with the reseller_id matching the current client_id. Defaults to false

routing_keystring nullable

Routing key

Example request

{
  "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
  "routing_key": "foo"
}

Response

No Content