Skip to main content

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

NameTypeDescription
processFlowIdstringThe 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-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

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!