Get Trade Process Flow by ID
GET /api/v1/trades/process-flows/{processFlowId}
Description
Retrieve the details of a trade process flow by its ID.
Path Parameters
| Name | Type | Description |
|---|---|---|
processFlowId | string | The ID of the trade process flow (path) |
Example
GET /api/v1/trades/process-flows/{processFlowId}
Response Code: 200 - OK
Description
Successfully retrieved the trade process flow details.
Response Fields
The response does not contain any specific fields.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/trades/process-flows/{processFlowId} \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!