API Overview
This API retrieves the current amount of remaining purchased (or trial) Interzoid credits for an API license key.
Simple Authentication
Use your API license key to quickly check your remaining credits.
Real-time Updates
Get up-to-date information on your credit balance.
Easy Integration
Seamlessly integrate credit checking into your applications.
How It Works
API License Key | Remaining Credits |
---|---|
fj3a39**** | 7490 |
dja9cb3**** | 275 |
p3fr472b*** | 2505949 |
The API returns the number of remaining credits for the provided API license key.
API Details
Endpoint
https://api.interzoid.com/getremainingcredits
Request Format
https://api.interzoid.com/getremainingcredits?license=[api-license-key]
Sample Request
https://api.interzoid.com/getremainingcredits?license=dh8dj2f*****
Sample Response
{"Code":"Success","Credits":46272}
cURL Example (with API key in header)
curl --header "x-api-key: dh8dj2f*****" "https://api.interzoid.com/getremainingcredits"
Try the API
Result Code:
Credits Remaining:
Additional Resources
Try this API Interactively
Our API interactive usage tool enables you to try this API interactively with a user interface and without writing code. The tool is available for all of our APIs.
Try it NowOptional OpenAPI Specification
An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.
It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.
YAML JSONSample Code
Explore sample code and implementations of this API on our GitHub repository.
View on GitHub