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
Example request
{
"connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
"routing_key": "foo"
}Response
No Content