Usage & Reports
Sandbox API dashboard allows you to monitor your usage and download reports for detailed analysis.
Usage
You can monitor the total number of API calls made using your API key in the Usage tab of your subscription. Usage will be seen for the current billing cycle. To see a more detailed analysis of your usage, you can access the usage report.
Reports
The report will provide a detailed analysis of your API usage for a particular time period in CSV format. The Report will be sent to the given email address.
The CSV will include the following details for an API call.
- Timestamp of when the API call took place.
- Transaction ID of the API call.
- Status tells you the response code of that API call.
- Amount indicates where a wallet charge took place against that API call. It will appear if a Paid API was called.
- Description of the wallet charge.
Among other attributes
You can refer to this article here on how to view & download usage reports from your dashboard. The below table tells you when a wallet charge and subscription quota consumption will take place.
Status Code | Description | Notes | Wallet Charges | Quota |
---|---|---|---|---|
200 | OK | Yes | Yes | |
400 | Bad Request | Invalid Headers or Query/Path Param | No | No |
401 | Unauthorized | Invalid API Key/Secret | No | No |
403 | Forbidden | Invalid/Expired Authorization Header | No | No |
404 | Not Found | No | No | |
422 | Unprocessable Entity | Invalid Request Body | No | Yes |
429 | Too many requests | No | No | |
500 | Internal Server Error | Errors in Sandbox Services | No | No |
503 | Service Unavailable | Source Unavailable | No | No |
504 | Gateway timeout | Request timeout | No | No |
Updated about 1 month ago