Source

Get Source

GET
Returns metadata for a source that Sayari collects data from

Path parameters

idstringRequired
The unique identifier for a source in the database

Response

This endpoint returns an object
country
enum
date_added
string
description
string
id
string
The unique identifier of the source
label
string
pep
boolean
record_type
string
region
string
source_type
string
structure
string
watchlist
boolean
source_url
stringOptional
GET
1curl https://api.sayari.com/v1/source/f4396e4b8a41d1fd9f09ea94d2ebedb9 \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1{
2 "country": "ARE",
3 "date_added": "2022-07-25",
4 "description": "Contains profiles of registered companies. Provides standard company information including name, tax ID, status, address, and business purpose as well as current and former shareholders and directors.",
5 "id": "f4396e4b8a41d1fd9f09ea94d2ebedb9",
6 "label": "UAE Abu Dhabi Global Market Corporate Registry",
7 "pep": false,
8 "record_type": "company_record",
9 "region": "middle_east_&_africa",
10 "source_type": "company_data",
11 "structure": "structured",
12 "watchlist": false,
13 "source_url": "https://www.adgm.com/public-registers"
14}