OneTrust The Trust Intelligence Platform — Document Gateway

The The Trust Intelligence Platform - Document Gateway API from OneTrust — 1 operation(s) documented on the OneTrust Developer Portal.

Operations 1

GET /api/document-gateway/{id} Download Document #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/the-trust-intelligence-platform-document-gateway"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

onetrust-referencedocument-gateway-openapi.json Raw ↑
{"openapi":"3.1.0","info":{"title":"The Trust Intelligence Platform - Document Gateway","version":"2.0"},"servers":[{"url":"https://{$$.env.host}"}],"tags":[{"name":"Document Gateway","description":"The Document Gateway API provides secure document download functionality using tokens from the Document Service V4."}],"paths":{"/api/document-gateway/{id}":{"get":{"tags":["Document Gateway"],"summary":"Download Document","description":"Use this API to download a document or attachment.\n\n> 🗒 Things to Know\n> \n> - A download token from the Attachments V4 Get Download Token API (GET /api/document/v4/attachments/token/{attachmentId})\nresponse must be provided in the Authorization header as a Bearer token.","operationId":"download","parameters":[{"name":"id","in":"path","description":"Document ID that must match the document ID in the JWT token","required":true,"schema":{"type":"string","format":"uuid","example":"550e8400-e29b-41d4-a716-446655440000"}},{"name":"Authorization","in":"header","description":"Bearer token obtained from Attachments V4 Get Download Token API (GET /api/document/v4/attachments/token/{attachmentId})","required":true,"schema":{"type":"string","example":"Bearer eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..."}}],"responses":{"200":{"description":"Document downloaded successfully","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview)."},"500":{"description":"Internal Server Error"}}}}},"components":{"securitySchemes":{}}}