Moov Watchman offers download, parse, and search functions over numerous U.S. trade sanction lists for complying with regional laws. Also included is a web UI and async webhook notification service to initiate processes on remote systems.
This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
- API version: v1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://github.com/moov-io/watchman
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional
Put the package under your project folder and add the following in import:
import "./client"
All URIs are relative to http://localhost:8084
Class | Method | HTTP request | Description |
---|---|---|---|
WatchmanApi | GetLatestDownloads | Get /downloads | Get latest downloads |
WatchmanApi | GetSDNAddresses | Get /ofac/sdn/{sdnID}/addresses | Get SDN addresses |
WatchmanApi | GetSDNAltNames | Get /ofac/sdn/{sdnID}/alts | Get SDN alt names |
WatchmanApi | GetUIValues | Get /ui/values/{key} | Get UI values |
WatchmanApi | Ping | Get /ping | Ping Watchman service |
WatchmanApi | Search | Get /search | Search |
WatchmanApi | SearchUSCSL | Get /search/us-csl | Search US CSL |
- BisEntities
- CaptaList
- Download
- Dpl
- Error
- EuConsolidatedSanctionsList
- ForeignSanctionsEvader
- ItarDebarred
- MilitaryEndUser
- NonProliferationSanction
- NonSdnChineseMilitaryIndustrialComplex
- NonSdnMenuBasedSanctionsList
- OfacAlt
- OfacEntityAddress
- OfacSdn
- PalestinianLegislativeCouncil
- SdnType
- Search
- Ssi
- SsiType
- UkConsolidatedSanctionsList
- UkSanctionsList
- Unverified
Endpoints do not require authorization.