Skip to main content
GET
/
documents
/
{document_id}
/
xml
Download Authorized Xml
curl --request GET \
  --url http://localhost:8000/documents/{document_id}/xml
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Path Parameters

document_id
string<uuid>
required

Cookies

factio_access_token
string | null

Response

Successful Response