# 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     |         |
