check

Bulk check limits and usage

Returns plan-specific batch limits and usage. Use POST /bulk/check to run batch lookups.

get/bulk/check

Response

Limits and documentation JSON

authenticationstring required
descriptionstring required
endpointstring required
methodstring required

Example response

{
  "authentication": "Required - API key or session",
  "endpoint": "/api/bulk/check",
  "limits": {
    "currentPlan": "FREE"
  },
  "method": "POST"
}

Changes