v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Requests

Async Request

Async Request

post/async/{req_type}

Request body

collection_uuidstring
intended_amountstring
respond_formatstring
respond_methodstring
respond_urlstring
testing_vendorstring

Example request

{
  "collection_uuid": "<string>",
  "intended_amount": "<integer>",
  "keys": [
    {
      "key": "<string>",
      "uid": "<string>"
    },
    {
      "key": "<string>",
      "uid": "<string>"
    }
  ],
  "respond_format": "metadata_with_results",
  "respond_method": "post",
  "respond_url": "<string>",
  "testing_vendor": "<string>"
}

Response

Successful Response

costnumber
duplicatesstring
invalidstring
task_idstring
validstring

Example response

{
  "cost": 1.2,
  "duplicates": "<integer>",
  "invalid": "<integer>",
  "task_id": "<string>",
  "valid": "<integer>"
}