Use this endpoint to retrieve links protected by a redirector or link protector.

Use this endpoint to retrieve links protected by a redirector or link protector.

get/link/redirector

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

linkstring required

The redirector or protector link to extract links.

Response

This endpoint retrieves a complete list of all available hosts for this user

statusstring

Example response

{
  "status": "success",
  "data": {
    "links": [
      "http://uptobox.com/l1ub83vil5c3"
    ]
  },
  "error": {
    "code": "REDIRECTOR_NOT_SUPPORTED",
    "message": "Redirector not supported Redirector not supported"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.