Skip to main content
POST
/
v1
/
wpv
/
records
Biała lista VAT (batch)
curl --request POST \
  --url https://api.krdata.pl/v1/wpv/records \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "identifiers": [
    {
      "nip": "<string>",
      "krs": "<string>"
    }
  ]
}
'
{
  "results": [
    {
      "identifiers": {
        "krs": "<string>",
        "nip": "<string>",
        "regon": "<string>",
        "registry_type": "<string>"
      },
      "found": true,
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "subject": {
        "name": "<string>",
        "nip": "<string>",
        "status_vat": "<string>",
        "krs": "<string>",
        "regon": "<string>",
        "pesel": "<string>",
        "working_address": "<string>",
        "residence_address": "<string>",
        "account_numbers": [
          "<string>"
        ],
        "has_virtual_accounts": false,
        "registration_legal_date": "2023-12-25",
        "registration_denial_date": "2023-12-25",
        "registration_denial_basis": "<string>",
        "restoration_date": "2023-12-25",
        "restoration_basis": "<string>",
        "removal_date": "2023-12-25",
        "removal_basis": "<string>",
        "representatives": [
          {}
        ],
        "authorized_clerks": [
          {}
        ],
        "partners": [
          {}
        ]
      },
      "request_id": "<string>",
      "request_datetime": "2023-11-07T05:31:56Z",
      "metadata": {
        "first_seen": "2023-11-07T05:31:56Z",
        "last_updated": "2023-11-07T05:31:56Z",
        "source_updated_at": "2023-11-07T05:31:56Z"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.krdata.pl/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
identifiers
WpvIdentifierInput · object[]
required
Required array length: 1 - 50 elements

Response

Successful Response

results
WpvRecord · object[]
required