API Integration (NEW)
Key Features
API Setup
Endpoint
https://unblocker.netnut.io/unblockAuthentication
Authorization: Basic base64(username:password)Request Body Schema
{
"url": "https://example.com", // Required
"country": "us", // Optional
"js_render": false, // Optional, default is false
"sid": "987654321", // Optional
"format": "html", // Optional, default is "html"
"method": "GET" // Optional, default is "GET"
}Example Usage
Response Format
HTML (Default)
Last updated
