Skip to main content
POST
Send test message

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json
connection_string
string
required

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

Example:

"amqps://guest:guest@192.168.123.20:5671/user_action_events"

exchange
string

Exchange name

Example:

"exchange"

routing_key
string

Routing key

Example:

"routing_key"

Response

204

No Content