Retrieve Transaction Requests

You can also retrieve all the request for a specified transaction key.

To retrieve all the transaction requests for a specified key, use the following URL and a GET method:

{service_URI}/api/v3/marketplace/transactions/{key}/requests

where:

  • {service_URI} is the service's URI.
  • {key} is the transaction key value. This specifies which transaction's requests you wish to retrieve.

Details

TypeValue
Endpoint/api/v3/marketplace/transactions/{key}/requests
MethodGET
API Reference DocumentationRetrieve Transaction Requests