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
Example response
{
"authentication": "Required - API key or session",
"endpoint": "/api/bulk/check",
"limits": {
"currentPlan": "FREE"
},
"method": "POST"
}