Use this endpoint to get recent links.

Use this endpoint to get recent links.<br /> Recent link logging being disabled by default,<br /> this will return nothing until history logging has been activated in your account settings.<br /> <br /> Links older than 3 days are automatically deleted from the recent history.<br /> To keep links in your account, use the Saved links.<br />

get/user/history

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

Response

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

statusstring

Example response

{
  "status": "success",
  "data": {
    "links": [
      {
        "link": "https://uptobox.com/fx8sx9hcn18s",
        "filename": "ubuntu-16.04.6-desktop-amd64.iso",
        "size": 751267520,
        "date": 1569420668,
        "host": "uptobox"
      }
    ]
  },
  "error": {
    "code": "AUTH_BAD_APIKEY",
    "message": "The auth apikey is invalid."
  }
}

Changes

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