Skip to main content
POST
/
v1
/
filters
Utworzenie filtra
curl --request POST \
  --url https://api.krdata.pl/v1/filters \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "content": {
    "krs": [
      "<string>"
    ],
    "nip": [
      "<string>"
    ],
    "regon": [
      "<string>"
    ],
    "pesel": [
      "<string>"
    ],
    "krz_signature": [
      "<string>"
    ],
    "msig_signature": [
      "<string>"
    ],
    "name": [
      "<string>"
    ],
    "subject_id": [
      "<string>"
    ]
  }
}
'
{
  "id": "<string>",
  "name": "<string>",
  "content": {
    "krs": [
      "<string>"
    ],
    "nip": [
      "<string>"
    ],
    "regon": [
      "<string>"
    ],
    "pesel": [
      "<string>"
    ],
    "krz_signature": [
      "<string>"
    ],
    "msig_signature": [
      "<string>"
    ],
    "name": [
      "<string>"
    ],
    "subject_id": [
      "<string>"
    ]
  },
  "item_count": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "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
name
string
required
content
FilterContent · object
required

Response

Successful Response

id
string
required
name
string
required
content
FilterContent · object
required
item_count
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required