cURL
curl --request GET \ --url https://api-sandbox.circle.com/v1/managedPayments/credit/lines \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "01c39206-64e9-4e30-8649-4e187cfcbf6d", "limit": { "amount": "1000000.00", "currency": "USD" }, "status": "active", "usage": { "used": "50.00", "available": "999950.00", "outstandingTransfers": 1 }, "createDate": "2026-02-13T15:48:49.286195Z", "updateDate": "2026-03-06T18:56:52.686593Z", "validationErrors": [] } }
Retrieves the details of the Managed Payments credit line.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved credit line details.
Managed Payments credit line details including status, available limit, and usage.
Show child attributes
Was this page helpful?