This endpoint give the status of a delayed link.

This endpoint give the status of a delayed link.<br /> <br /> Some links need time to generate, this endpoint send the status of such delayed links.<br /> <br /> You should pool every 5 seconds or more the link/delayed endpoint until given the download link.<br />

get/link/delayed

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

idstring required

Delayed ID received in /link/unlock.

Response

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

statusstring

Example response

{
  "status": "success",
  "data": {
    "status": 2,
    "link": "http://ombfyx.alld.io/dl/abcdefgh12/ubuntu-16.04.1-server-amd64.iso"
  },
  "error": {
    "code": "DELAYED_INVALID_ID",
    "message": "This delayed link id is invalid."
  }
}

Changes

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