Skip to main content
POST
Get Folders
Use this API to retrieve the given folder’s metadata and its subfolders.
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/v1/organizations/folders/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 folders in organization

2. Get specific folder in an organization

Response

Success Response for All Folders

Success Response for Specific Folder

Failure Response