Aurion Docs
Api

List Documents

GET
/api/v1/legal/documents

Response Body

application/json

curl -X GET "https://loading/api/v1/legal/documents"
[
  {
    "doc_type": "terms_of_service",
    "published_at": "string",
    "title": "string",
    "version": 0
  }
]