List Management
Fetcher Management
Fetcher Operations provide management of data fetchers, including adding new fetchers, filtering existing fetchers, and performing indexing operations.
Fetcher - Add Fetcher POST /v1/api/fetcher/add
| Resource URL | /v1/api/fetcher/add |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
Example Request
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | Invalid or not found type |
Fetcher - Filter Fetcher GET /v1/api/fetcher/filter_fetcher
| Resource URL | /v1/api/fetcher/filter_fetcher |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required |
|---|---|---|
| fetcher_name | Name of the fetcher to filter (optional) | No |
Example Request
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | Invalid or not found type |
Fetcher - Open Sanction Indexing POST /v1/api/fetcher/open_sanction_indexing
| Resource URL | /v1/api/fetcher/open_sanction_indexing |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
This endpoint triggers the indexing process for open sanctions data.
Example Request
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | Invalid or not found type |
Common Response Codes for All Fetcher Endpoints
Each Fetcher endpoint returns standard HTTP response codes:
| HTTP Code | Message | Description |
|---|---|---|
| 200 | Success | Request processed successfully |
| 204 | No Content | Request successful but no content returned |
| 400 | Bad Request | Invalid parameters or request format |
| 401 | Unauthorized | Missing or invalid authentication credentials |
| 403 | Invalid Input | Request parameters failed validation |
| 404 | Invalid or not found type | Requested resource not found |
| 429 | Too Many Requests | Rate limit exceeded |
| 500 | Internal Server Error | Server encountered an unexpected condition |