Skip to content

Instantly share code, notes, and snippets.

@dbuxton
Last active June 3, 2020 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbuxton/40dc5ecb3ee8a8024d48fe3b95697d60 to your computer and use it in GitHub Desktop.
Save dbuxton/40dc5ecb3ee8a8024d48fe3b95697d60 to your computer and use it in GitHub Desktop.
CIP
POST /evaluate/entity_enrichment
{
"entity": <entity>,
"role": "IBO"
}
GET /sources?data_point_type=registered_name&data_point_type=registered_address&country=gb
200 OK
{
"results": [
{
"id": "xyz",
"name": "Companies House",
"description": "Official registrar for companies in the UK",
"data_point_types_provided": [
"registered_name",
"registered_address"
]
}
],
"pagination": {...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment