⚙️API Integrazione
Blocklist
Controlla il dominio
1 min
this endpoint is available upon customer request it allows you to understand if a domain is blocked by flashstart filters, based on a custom configuration per customer for information, write to customer support { "tab" "examples", "url" "https //api fsflt net/blocklist/check domain", "name" "check domain", "method" "get", "request" { "pathparameters" \[], "queryparameters" \[ { "name" "domain", "kind" "required", "type" "string", "description" "domain name (ex test com)", "children" \[] } ], "headerparameters" \[ { "kind" "required", "name" "x api key", "type" "string", "description" "your api key" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "czxe3lx8b1x7cbh5omsdg", "code" "{\r\n \\"code\\" 200,\r\n \\"content\\" {\r\n \\"blocked\\" false\r\n }\r\n}", "language" "200", "customlabel" "" }, { "id" "8r0ipijthqebjk6 kbpx2", "code" "too many attempts ", "language" "429", "customlabel" "" } ], "selectedlanguageid" "czxe3lx8b1x7cbh5omsdg" }, "examples" { "languages" \[ { "id" "up4bn2tngyyqprtsuvpcn", "language" "shell", "code" "curl x 'get' \\\\\n 'https //api fsflt net/blocklist/check domain?domain=string' \\\\\n h 'accept application/json' \\\\\n h \\"content type application/json\\" \\\\\n h \\"x api key your api key\\" \\\\\n", "customlabel" "" } ], "selectedlanguageid" "up4bn2tngyyqprtsuvpcn" }, "description" "check if a domain is in your customized blocklist", "currentnewparameter" { "label" "query parameter", "value" "queryparameters" } }