cURL
curl --request GET \ --url https://api.cal.com/v2/credits/available \ --header 'Authorization: Bearer <token>'
{}
Check if the authenticated user (or their org/team) has available credits and return the current balance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?