Czech Republic UBO Search


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

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."
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!