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

Changed in 1 of the 15 revisions of this API.21

  • 9d9ef31d83e521See the full diff
    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ▲

      the response property became optional for the status

      response-property-became-optional

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog