curl --request GET \
--url http://0.0.0.0:3000/v1/transfers \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"from_user_id": "user_abc123",
"to_email": "amigo@email.com",
"resource_type": "config_entry",
"resource_id": "42",
"status": "pending",
"metadata": null,
"created_at": "2026-03-17T10:00:00Z"
}
]curl --request GET \
--url http://0.0.0.0:3000/v1/transfers \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"from_user_id": "user_abc123",
"to_email": "amigo@email.com",
"resource_type": "config_entry",
"resource_id": "42",
"status": "pending",
"metadata": null,
"created_at": "2026-03-17T10:00:00Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filtrar por tipo (padrão: received)
received, sent