POST
/
connections
/
browse
curl --request POST \
  --url https://dev.startree.ai/connections/browse \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connection": {
    "type": "<string>",
    "params": {}
  },
  "path": "<string>"
}'
{
  "items": [
    {
      "name": "<string>",
      "type": "DIR"
    }
  ]
}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Body

application/json

Response

200
application/json
List of keys based on input locator

The response is of type object.