cURL
curl --request GET \ --url https://api-sandbox.circle.com/v1/credit \ --header 'Authorization: Bearer <token>'
200
Line of Credit
Provides overall credit line details, including status, available limit, and outstanding balance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved credit line details.
Credit line details including status, available limit, and outstanding balance.
Show child attributes
Was this page helpful?