PEP / Sanction Sources
/api/v2/pep_sanction_sources
operationId: pep_sanction_sources
Live: https://gdapi.globaldata.net.au/api/v2/pep_sanction_sources · Sandbox: https://sandbox-gdapi.globaldata.net.au/api/v2/pep_sanction_sources
Returns the PEP and sanction sources that PEP / Sanction Search draws on, with a readable name, a short summary and a link to the publisher for each one.
The source values are the same keys that PEP / Sanction Search returns in pep_matches and
sanction_matches, so this endpoint can be used to show what each match means and where the
data comes from.
Billing
This endpoint is non-billable. It requires the same product access as PEP / Sanction Search.
Responses
Successful response
application/json
| Field | Description |
|---|---|
message |
string A message indicating the result of the request. This will be |
function |
string The function that was called. |
api_reference |
string (uuid) A unique identifier for this request. This can be used to track the request in the logs. |
pep |
array of objects The PEP sources, ordered alphabetically by |
pep[]. |
string The source key. This is the value returned in |
pep[]. |
string The readable name of the source. |
pep[]. |
string or null A one line summary of what the source contains. |
pep[]. |
string (uri) or null A link to the publisher of the source. |
sanctions |
array of objects The sanction sources, ordered alphabetically by |
sanctions[]. |
string The source key. This is the value returned in |
sanctions[]. |
string The readable name of the source. |
sanctions[]. |
string or null A one line summary of what the source contains. |
sanctions[]. |
string (uri) or null A link to the publisher of the source. |