Skip to main content
GET
/
v1
/
folders
/
clients
List Folders
curl --request GET \
  --url https://api.oviond.com/v1/folders/clients \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": "folderXyz",
      "folderName": "Top Clients",
      "account_id": "ov:26AbCdEfGhIjKlMnOp"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Client folder list

success
enum<boolean>
required
Available options:
true
data
object[]
required