GET
/send/

Retrieve transfers created by the authenticated Cobru user. Older materials show from_user, to_user, amount, and date fields in the response.

Authorization

ApiKey BearerAuth
x-api-key<token>

In: header

AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://prod.cobru.co/send/"
[
  {
    "from_user": "support@cobru.co",
    "to_user": "3001234567",
    "amount": 99000,
    "date": "2026-04-08T14:35:00Z"
  }
]
{
  "error": "Error en la creacion del cobru.",
  "detail": "payment_method_enabled must be a JSON string"
}