Italy Fiscal Search

Search companies and obtain certified information

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

Request and Response Object Structures.

{
  "name": string,
  "code": string,
  "webhook_urls": [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",
  "code": "98753213456",
  "webhook_urls": []
}
{
    "success_message": "created fiscal submission",
    "data": {
        "id": 130,
        "code": "98753213456",
        "request_data": {
            "code": "98753213456",
            "name": "facebook"
        },
        "status": "Pending",
        "message": null,
        "created_at": "2023-09-20T11:28:45.752010Z",
        "updated_at": "2023-09-20T11:28:45.752028Z",
        "created_by_user": "compliancely"
    },
    "success": true
}
{
    "errors": [
        {
            "code": "name",
            "message": "Company Name is required"
        }
    ],
    "data": {
        "name": "",
        "search_flag": "BUSINESS",
        "search_type": "KYB"
    },
    "success": false
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "status": 0,
    "custom_credit_message": [
        "Credit limit reached! For assistance, please contact the support"
    ]
}
{
    "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!