Skip to main content
POST
Get Documents
Use this API to retrieve specific documents or all documents from an organization.
Prior to using this API, you must:
  • Enable advanced queries option in the console
  • Deploy v4 series of the Velt SDK.

Endpoint

POST https://api.velt.dev/v2/organizations/documents/get

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

1. Get all documents from organization

2. Get specific documents from organization

3. Get documents by organizationId, folderId

Response

Success Response

Failure Response