---
title: Get a source code management provider
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-scmproviders-_id_
---

# Get a source code management provider

Get information about a specific source code management provider you connected to Xcode Cloud.

## URL

GET https://api.appstoreconnect.apple.com/v1/scmProviders/{id}

## Path Parameters

id: The opaque resource ID that uniquely identifies the Providers resource.

## Query Parameters

fields[scmProviders]: Additional fields to include for the Providers resource returned by the response.

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Discussion

Discussion The example request below retrieves information about a specific source code management provider you connected to Xcode Cloud. Use the data provided in the response to read additional information; for example, repository information. Example Request and Response

## See Also

### Getting Provider Information

- [List all source code management providers](appstoreconnectapi/get-v1-scmproviders.md)
- [List all repositories for a source code management provider](appstoreconnectapi/get-v1-scmproviders-_id_-repositories.md)
- [List repository IDs for an SCM provider](appstoreconnectapi/get-v1-scmproviders-_id_-relationships-repositories.md)
