# Get Endpoint - GetSyncCollections
Enumerates all synchronized collections within this service.
# HTTP Request
One of the following requests should be made:
GET /odata/synccollections
GET /odata/synccollections/$count
The endpoint supports the following OData query parameters: $select, $expand
# Request headers
| Name | Description |
|---|---|
| Authorization | required Bearer {token}. See authorization |
# Responses
| Code | Description | Type |
|---|---|---|
200 | Returned if the information about the collections could be retrieved successfully | array SyncCollectionEntity |
500 | Returned if an error occured while fetching information about the synchronized collections. |