Credit check API

This API request is used to check how much credits are left using the API key. This request doesn't require any body and this request can be made by using an API key only.

EndPoint: GET /api-key/get-current-credit

Example Response
{
  "status": true,
  "basic": 3572,
  "super": 424,
  "search": 42,
  "message": "Get current credits successfully."
}

Last updated