get https://app1.compliancely.com/api/v1/kyb/cyprus/vat/
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": 624,
"vat": "10414306D",
"data": {},
"status": "Completed",
"created_at": "2022-12-05T09:59:46.528542",
"created_by": "compliancely"
},
{
"id": 821,
"vat": "STRING",
"data": "NA",
"status": "Pending",
"created_at": "2023-08-30T10:33:09.457174",
"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": "10414306D",
"data": {
"kyb": {
"name": "",
"status": "VALID",
"address": "",
"message": "Yes, Valid VAT number",
"VAT Number": "CY 10414306D",
"Member State": "CY",
"Date when request received": "2022-12-05 10:00:01"
}
},
"created_at": "2022-12-05T10:00:01.305654",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 17 record(s) found",
"pagination": {
"total_records": 17,
"count": 7,
"page_size": 10,
"total_pages": 2,
"current_page": 2,
"order": "desc",
"search_query": ""
},
"data": [
{
"id": 173,
"vat": "567456456",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:26.634388Z",
"created_by": "compliancely"
},
{
"id": 172,
"vat": "567456456",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:26.155520Z",
"created_by": "compliancely"
},
{
"id": 171,
"vat": "567456456",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:24.667660Z",
"created_by": "compliancely"
},
{
"id": 170,
"vat": "1234567890",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:18.338183Z",
"created_by": "compliancely"
},
{
"id": 169,
"vat": "1234567890",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:17.715321Z",
"created_by": "compliancely"
},
{
"id": 168,
"vat": "1234567890",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:16.418244Z",
"created_by": "compliancely"
},
{
"id": 167,
"vat": "1234567890",
"data": "NA",
"status": "Error",
"created_at": "2023-09-19T12:44:13.366819Z",
"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"
}