curl --request GET \
--url https://api.copper.co/platform/clearloop/actions/{actionId}
{
"action": "<string>",
"amount": "<string>",
"clientAccountId": "<string>",
"completedAt": "<string>",
"createdAt": "<string>",
"currency": "<string>",
"delegatedOrganizationId": "<string>",
"orderId": "<string>",
"organizationId": "<string>",
"status": "<string>",
"usdAmount": "<string>"
}
curl --request GET \
--url https://api.copper.co/platform/clearloop/actions/{actionId}
{
"action": "<string>",
"amount": "<string>",
"clientAccountId": "<string>",
"completedAt": "<string>",
"createdAt": "<string>",
"currency": "<string>",
"delegatedOrganizationId": "<string>",
"orderId": "<string>",
"organizationId": "<string>",
"status": "<string>",
"usdAmount": "<string>"
}
OK
The response is of type object
.