Czech Republic UBO Search


Credit Message Error
- {"code": "credit_message", "message": "Credit limit reached! For assistance, please contact the support"}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request and Response Object Structures.

{
  "name": string,
  "identification_number": string,
  "section": string,
  "insert_number": string
}
{
    "results": [
    {
            "id": integer,
            "entity_name": string,
            "address": string,
            "created_at": string,
            "updated_at": string,
            "created_by": string,
            "search_type": string,
            "status": string,
            "raw_data": [],
            "message": string
        }
    ]
}

Sample Requests and Responses.

{
  "name": "facebook",
  "identification_number": "454545",
  "section": "A",
  "insert_number": "2345634545"
}
{
    "results": [
        {
            "id": 208,
            "entity_name": "facebook",
            "address": "czechrepublic",
            "created_at": "2023-09-19T13:55:13.121168Z",
            "updated_at": "2023-09-19T13:55:13.121185Z",
            "created_by": "compliancely",
            "search_type": "UBO",
            "status": "Pending",
            "raw_data": [],
            "message": "Record created successfully"
        }
    ]
}
{
    "errors": [
        {
            "code": "insert_number",
            "message": "section and insert number field is required"
        },
        {
            "code": "section",
            "message": "section and insert number field is required"
        }
    ],
    "data": {
        "name": "facebook",
        "identification_number": "454545",
        "section": "A",
        "insert_number": "",
        "search_flag": "UBO",
        "search_type": "UBO"
    },
    "success": false
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "errors": [
        {
            "code": "credit_message",
            "message": "Credit limit reached! For assistance, please contact the support"
        }
    ],
    "data": {
        "name": "<string>",
        "identification_number": "<string>",
        "section": "<string>",
        "insert_number": "<string>",
        "search_flag": "UBO",
        "search_type": "UBO"
    },
    "success": false
}
{
    "detail": "Invalid token."
}
{
    "detail": "Invalid token header. No credentials provided."
}
Body Params
string
required
length ≥ 1

enter business name/entity name

string
length ≥ 1

enter identification number

string
length ≥ 1

section and insert number together required (section contains only (A, B, C, Dr, Pr, H, N, O, S L, U))

string
length ≥ 1

section and insert number together required (it contains only (0-9))

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json