Retrieve workflow configuration
GET {{baseUrl}}/payments/workflow_config/:configId
Retrieve a previously created workflow configuration using the specified configId
.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"configId": "<string>",
"configName": "<string>",
"configOperations": [
{
"operationId": "<string>",
"type": "CONVERSION",
"params": {
"destAssetId": "<string>",
"amount": "<string>",
"accountId": "<string>",
"srcAssetId": "<string>",
"slippageBasisPoints": "<integer>"
},
"status": "READY_FOR_EXECUTION",
"validationFailure": {
"reason": "ASSETS_CAN_NOT_CONVERTED",
"data": {
"est_157": {},
"nulla0e8": {}
}
}
},
{
"operationId": "<string>",
"type": "CONVERSION",
"params": {
"destAssetId": "<string>",
"amount": "<string>",
"accountId": "<string>",
"srcAssetId": "<string>",
"slippageBasisPoints": "<integer>"
},
"status": "READY_FOR_EXECUTION",
"validationFailure": {
"reason": "ACCOUNTS_CONTINUITY_MISMATCH",
"data": {
"id__": {}
}
}
}
],
"createdAt": "<number>",
"status": "VALIDATION_IN_PROGRESS",
"preScreening": {
"enabled": "<boolean>"
},
"externalCorrelationData": {
"commodo_5": "<string>"
}
} |
ENDPOINTS