Ireland Business Search

Get list and details of the information searched

  • RID is the unique record id.
  • 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 10 record(s) found",
    "pagination": {
        "total_records": 10,
        "count": 10,
        "page_size": 15,
        "total_pages": 1,
        "current_page": 1,
        "order": "asc",
        "search_query": ""
    },
    "data": [
        {
            "id": 4894,
            "name": "Tesla",
            "entity_number": "NA",
            "status": "Completed",
            "created_at": "2023-07-25T13:43:34.100205Z",
            "created_by": "compliancely"
        },
        {
            "id": 4895,
            "name": "Microsft",
            "entity_number": "NA",
            "status": "Completed",
            "created_at": "2023-07-25T13:43:53.369989Z",
            "created_by": "compliancely"
        },
        ....
    ],
    "success": true
}
{
    "results": [],
    "filters": {
        "total_records": 0,
        "count": 0,
        "page_size": 15,
        "total_pages": 0,
        "current_page": 1,
        "order": "asc",
        "search_query": ""
    }
}
{
    "results": [],
    "filters": {
        "total_records": 0,
        "count": 0,
        "page_size": 15,
        "total_pages": 0,
        "current_page": 1,
        "order": "asc",
        "search_query": ""
    }
}
{
    "success_message": "Total 10 record(s) found",
    "pagination": {
        "total_records": 10,
        "count": 10,
        "page_size": 10,
        "total_pages": 1,
        "current_page": 1,
        "order": "desc",
        "search_query": ""
    },
    "data": [
        {
            "id": 6393,
            "name": "MICROSOFT IRELAND OPERATIONS LIMITED",
            "entity_number": "256796",
            "status": "Pending",
            "created_at": "2023-09-20T10:46:10.151129Z",
            "created_by": "compliancely"
        },
        {
            "id": 6392,
            "name": "MICROSOFT IRELAND OPERATIONS LIMITED",
            "entity_number": "256796",
            "status": "Pending",
            "created_at": "2023-09-20T10:46:05.620644Z",
            "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!