Reference

List entity types

List the entity types you can use in the `schema` filter.

GET/sanctions/schemas

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/schemas" \  -H "Authorization: Bearer lil_sk_..."
{  "schemas": [    {      "name": "string"    }  ]}