# Get Endpoint - GetMyOneDrive
It loads the user's OneDrive drives itself.
# HTTP Request
One of the following requests should be made:
GET /api/syncjobs/onedrive/me/drives
# Request headers
| Name | Description |
|---|---|
| Authorization | required. Bearer {token}. See authorization |
# Responses
| Code | Description | Type |
|---|---|---|
200 | List of user's OneDrive drives. | array OneDriveItemDto |
401 | If access is not allowed with the given credentials/data. | |
500 | Loading OneDrive drives has failed due to an internal server error. |