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"
}Changes
Changed in 1 of the 15 revisions of this API.21
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲