Endpoint
Lists all available producers with details like API URL, scope, and stateful recovery window.
Authorizations
x-access-tokenstringRequired
Responses
200
successful operation
application/xml
401
Unauthorized
application/json
403
Access denied
application/json
500
Internal server error
application/json
get
/descriptions/producers.xmlAtrributes
Element/Attribute
Description
id
Producer Id as sent in messages
active
Set to true if this producer is activated for the calling client otherwise false.
api_url
The API starting-url that can be used to request recovery etc for this producer.
name
A short name for this producer
description
A longer name describing this producer
scope
live / prematch
Last updated
Was this helpful?