GET
/
clearloop
/
actions
/
{actionId}
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>"
}

Path Parameters

actionId
string
required

Response

200
application/json

OK

The response is of type object.