Obter transferência por ID
GET/transfers/:id
Returns the linked debit/credit pair for a transfer_id. Requires scope finance.transactions. 404 when the transfer is not in the tenant.
Requisição
Respostas
- 200
- 401
- 403
- 404
- 500
The transfer.
Missing / invalid / expired / revoked token.
Token lacks the finance.transactions scope, or sub does not match any workspace.
Transfer not found within the tenant.
Unhandled server error.