# Get Endpoint - IsAuthenticated
Detects if user calling the endpoint is authenticated or not.
# HTTP Request
One of the following requests should be made:
GET /api/auth/user/authenticated
# Query parameters
| Name | Description |
|---|---|
| repository | required. Destination repository key. |
# Request headers
| Name | Description |
|---|---|
| Authorization | required. Bearer {token}. See authorization |
# Responses
| Code | Description | Type |
|---|---|---|
200 | User/service ist authenticated. | |
401 | User/service is not authenticated. |