Croatia VAT Search

Get list and detail information of VAT number searched

  • ID is the unique entity/submission id.
  • Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').
  • Status is the current state of an entity.
{
    "success_message": "Total 2 record(s) found",
    "pagination": {
        "total_records": 2,
        "count": 2,
        "page_size": 15,
        "total_pages": 1,
        "current_page": 1,
        "order": "asc",
        "search_query": ""
    },
    "data": [
        {
            "id": 645,
            "vat": "81793146560",
            "data": {},
            "status": "Completed",
            "created_at": "2022-12-07T07:24:58.659297",
            "created_by": "compliancely"
        },
        {
            "id": 793,
            "vat": "81793146560",
            "data": {},
            "status": "Completed",
            "created_at": "2023-06-06T10:59:42.735462",
            "created_by": "compliancely"
        }
    ],
    "success": true
}
{
    "success_message": "Total 1 record(s) found",
    "pagination": {
        "total_records": 1,
        "count": 1,
        "page_size": 15,
        "total_pages": 1,
        "current_page": 1,
        "order": "asc",
        "search_query": ""
    },
    "data": [
        {
            "vat": "81793146560",
            "data": {
                "kyb": {
                    "name": "HRVATSKI TELEKOM D.D.",
                    "status": "VALID",
                    "address": "RADNIČKA CESTA 21, ZAGREB, 10000 ZAGREB",
                    "message": "Yes, Valid VAT number",
                    "VAT Number": "HR 81793146560",
                    "Member State": "HR",
                    "Date when request received": "2022-12-07 07:27:58"
                }
            },
            "created_at": "2022-12-07T07:27:58.176138",
            "created_by": "compliancely"
        }
    ],
    "success": true
}
{
    "success_message": "Total 5 record(s) found",
    "pagination": {
        "total_records": 5,
        "count": 5,
        "page_size": 10,
        "total_pages": 1,
        "current_page": 1,
        "order": "desc",
        "search_query": ""
    },
    "data": [
        {
            "id": 6329,
            "vat": "5678765678",
            "data": "NA",
            "status": "Pending",
            "created_at": "2023-09-20T07:52:49.041953Z",
            "created_by": "compliancely"
        },
        {
            "id": 6328,
            "vat": "5678765678",
            "data": "NA",
            "status": "Pending",
            "created_at": "2023-09-20T07:52:47.634315Z",
            "created_by": "compliancely"
        },
        {
            "id": 6327,
            "vat": "5678765678",
            "data": "NA",
            "status": "Pending",
            "created_at": "2023-09-20T07:52:46.197493Z",
            "created_by": "compliancely"
        },
        {
            "id": 6326,
            "vat": "5678765678",
            "data": "NA",
            "status": "Pending",
            "created_at": "2023-09-20T07:52:45.198597Z",
            "created_by": "compliancely"
        },
        {
            "id": 6325,
            "vat": "5678765678",
            "data": "NA",
            "status": "Pending",
            "created_at": "2023-09-20T07:52:43.663795Z",
            "created_by": "compliancely"
        }
    ],
    "success": true
}
{
    "detail": "Invalid token header. No credentials provided."
}
{
    "detail": "Invalid token."
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "detail": "You don't have access to this feature. Please contact the support"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!