Reference

List datasets

List the source lists in the data, and the time of the newest change.

GET/sanctions/datasets

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/sanctions/datasets" \  -H "Authorization: Bearer lil_sk_..."
{  "datasets": [    {      "name": "string",      "description": "string"    }  ],  "data_updated_at": "string"}

Last updated on