Get Credit Balance
Retrieve your team's current credit balance including remaining credits available for API calls, searches, and data exports across all endpoints.
Authorization
Bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v0/billing/credit-balance"{
"api_credits": 0,
"earliest_expiration": "2019-08-24T14:15:22Z",
"ui_credits": 0,
"used_api_credits": 0,
"used_ui_credits": 0
}{
"error": {
"code": "E-001",
"description": "string",
"title": "Not allowed exception"
},
"request_id": null
}{
"error": {
"code": "E-001",
"description": "string",
"title": "Not allowed exception"
},
"request_id": null
}{
"error": {
"code": "E-001",
"description": "string",
"title": "Not allowed exception"
},
"request_id": null
}{
"error": {
"code": "E-001",
"description": "string",
"title": "Not allowed exception"
},
"request_id": null
}How is this guide?
Last updated on
Company Autocomplete
Lightweight company name typeahead endpoint. Returns matching companies with name, domain, logo and basic firmographics, consumes no API credits, and is enabled per account on request.
Get Credits Consumption GET
Retrieve daily credit consumption data for your team showing the number of API records returned per day. Use this endpoint to monitor usage trends, track spending, and optimize your API integration.
