{{baseUrl}}/IT-check_id/:id
GET {{baseUrl}}/IT-check_id/:id
This enpoint allows you to check an asynchronous request, when it is complete it shows you the requested company data.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"state": "PENDING",
"id": "66a8ed9b82cf2ae627012068"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS