Skip to main content
GET
/
v1
/
organizations
/
connections
/
{connection_id}
/
folders
List Google Drive Folders
curl --request GET \
  --url https://api.mixpeek.com/v1/organizations/connections/{connection_id}/folders \
  --header 'Authorization: Bearer <token>'
{
  "folders": [
    {
      "id": "<string>",
      "name": "<string>",
      "path": "<string>",
      "mime_type": "<string>"
    }
  ],
  "parent_path": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings.

Headers

Authorization
string
required

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer sk_live_abc123def456"

"Bearer sk_test_xyz789"

Path Parameters

connection_id
string
required

Query Parameters

path
string
default:/

Parent folder path to list from

Response

Successful Response

Response payload for list folders endpoint.

folders
FolderItem · object[]
required
parent_path
string
required

Path of the parent folder