# Get Azure DevOps configuration

Get Azure DevOps issue tracking configuration.

Endpoint: GET /api/config/azuredevops
Version: 24.9.2.5
Security: ApiKeyAuth, Bearer

## Response 200 fields (application/json):

  - `accessToken` (string)

  - `createdBy` (string)

  - `id` (string)

  - `orgId` (string)

  - `serverUrl` (string)

## Response 403 fields (application/json):

  - `message` (string)
    Example: "Something went wrong"

  - `result` (string)
    Example: "error"

  - `success` (boolean)


