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

# Get Configurations

Get a list of Configurations in an organization.

## URL

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

## Query Parameters

fields[configurations]: The fields to return for included related types. limit: The number of resources to return (maximum 1000).

## Response Codes

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

## Overview

Overview note: This API will return null for customSettingsValues for all configuration types, including of type CUSTOM_SETTING. To get the customSettingsValues for CUSTOM_SETTING Configurations, see Get Configuration Information. Example

## Topics

### Responses

- [ConfigurationsResponse](applebusinessapi/configurationsresponse.md)

## See Also

### Configurations

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