Skip to main content
POST
/
api
/
zachestnyibiznes
/
companies
/
certificates
/zachestnyibiznes/companies/certificates
curl --request POST \
  --url https://api.anysite.io/api/zachestnyibiznes/companies/certificates \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "@type": "@zachestnyibiznes_certificate",
    "number": "<string>",
    "status": "<string>",
    "valid_from": "<string>",
    "valid_to": "<string>",
    "certificate_type": "<string>",
    "scheme": "<string>",
    "object_type": "<string>",
    "product_kind": "<string>",
    "product_info": "<string>",
    "applicant": "<string>",
    "manufacturer": "<string>",
    "body_name": "<string>",
    "technical_regulations": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Company INN (10/12 digits) or OGRN (13/15 digits), or a full company URL

Minimum string length: 1
Examples:

"7707083893"

"1027700132195"

count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@zachestnyibiznes_certificate
number
string | null
status
string | null
valid_from
string | null
valid_to
string | null
certificate_type
string | null
scheme
string | null
object_type
string | null
product_kind
string | null
product_info
string | null
applicant
string | null
manufacturer
string | null
body_name
string | null
technical_regulations
string | null