---
title: Get Configuration Information
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-configuration-information
---

# Get Configuration Information

Get information about a specific Configuration in an organization.

## URL

GET https://api-business.apple.com/v1/configurations/{id}

## Path Parameters

id: The unique identifier for the resource.

## Query Parameters

fields[configurations]: The fields to return for included related types.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 429 : Too Many Requests

## Overview

Overview note: Use this API to retrieve the customSettingsValues for a CUSTOM_SETTING Configuration. Example

## Topics

### Responses

- [ConfigurationResponse](applebusinessapi/configurationresponse.md)

## See Also

### Configurations

- [Get Configurations](applebusinessapi/get-configurations.md)
- [Create a Configuration](applebusinessapi/create-a-configuration.md)
- [Update a Configuration](applebusinessapi/update-a-configuration.md)
- [Delete a Configuration](applebusinessapi/delete-a-configuration.md)
