> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/ogc-protocols/stac/root-catalog.md).

# Root Catalog

| **Description** | Returns a STAC Catalog with the contents of the given user root |
| --------------- | --------------------------------------------------------------- |
| **Endpoint**    | `/ogc/stac/catalog/root/{rootType}/{token}`                     |
| **Method**      | GET                                                             |

## Access Level Rules

| **Minimum Access Level** | Account holder |
| ------------------------ | -------------- |

## Parameters

| Name       | Type   | Description                                                                               | Required | Default |
| ---------- | ------ | ----------------------------------------------------------------------------------------- | -------- | ------- |
| `rootType` | string | The type of user root. Must be one of "myDrive", "sharedWithMe", "trash" and "favorites". | true     |         |
| `token`    | string | A login token.                                                                            | true     |         |
