v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Colombia RUES

Check a business's national tax ID against Colombian Single Business and Social Registry

post/co/rues

Request body

nitstring required

Company's national tax ID number

callbackUrlstring required

Callback URL to receive request results.

Response

200

statusinteger
{"stackTrail":"paths:/co/rues:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
timestampstring

Example response

{
  "status": 200,
  "error": {
    "type": "stepError",
    "code": "colombianRues.noResults",
    "message": "The user was not found in the RUES database"
  },
  "timestamp": "2020-11-17T18:36:57.198Z"
}