Skip to main content
GET
/
documents
/
{id}
Get document By ID
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/documents/{id} \
  --header 'X-API-Key: <api-key>'
{
  "content_type": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "display_name": "<string>",
  "file_name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

API Key

Path Parameters

id
string<uuid>
required

The ID of the Document

Response

GET Document Succeeded

Document

The data associated with a document

content_type
string
required

the content type of the document

created_at
string<date-time>
required

created at timestamp of Document

display_name
string
required

display name of Document

file_name
string
required

name of Document

id
string<uuid>
required

unique UUID of Document

updated_at
string<date-time>
required

updated_at timestamp of Document