Skip to main content
POST
/
subscriptions
/
commands
/
add-queue-subscription
Subscribe to events
curl --request POST \
  --url https://api.example.com/subscriptions/commands/add-queue-subscription \
  --header 'Content-Type: application/json' \
  --data '
{
  "events": [
    "<string>"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
events
string[]
required

Response

200 - application/json

Subscription successfully created

The response is of type object.