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
Type | Value |
---|---|
Endpoint | /api/v3/marketplace/transactions/{key}/requests |
Method | GET |
API Reference Documentation | Retrieve Transaction Requests |
Updated 4 months ago