curl --request GET \
--url https://api.caminotreasury.com/v1/transfers \
--header 'x-api-key: <api-key>'{
"data": [
{}
],
"count": 123,
"pagination": {
"hasMore": true,
"nextCursor": "<string>"
}
}Lists Bridge transfers for the organization, filtered by the org’s Bridge customer ID.
curl --request GET \
--url https://api.caminotreasury.com/v1/transfers \
--header 'x-api-key: <api-key>'{
"data": [
{}
],
"count": 123,
"pagination": {
"hasMore": true,
"nextCursor": "<string>"
}
}API key for authentication. Pass your key in the x-api-key header.
1 <= x <= 100payment_submitted, payment_processed, payment_failed, refund_pending, refund_processed, payment_returned, canceled, error, awaiting_funds, in_review, funds_received, payment_pending, returned