# List Support Intake sources
Source: https://docs.simpleserve.ai/docs/api-reference/support-intake/get-support-intake-sources

Method: GET /v1/support-intake/sources
Base URL: https://api.simpleserve.ai

```json
{
  "path": "/v1/support-intake/sources",
  "method": "GET",
  "tags": [
    "Support Intake"
  ],
  "operationId": "listSupportIntakeSources",
  "summary": "List Support Intake sources",
  "responses": {
    "200": {
      "description": "Configured sources.",
      "content": {
        "application/json": {
          "schema": {
            "$ref": "#/components/schemas/SupportSourceList"
          }
        }
      }
    },
    "401": {
      "$ref": "#/components/responses/Unauthorized"
    }
  }
}
```