v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.

post/#X-Amz-Target=DeviceFarm_20150623.GetAccountSettings

Headers

X-Amz-Target'DeviceFarm_20150623.GetAccountSettings' required

Request body

GetAccountSettingsRequest required

Represents the request sent to retrieve the account settings.

Response

Success

Example response

{
  "accountSettings": {
    "awsAccountNumber": "123456789101",
    "unmeteredDevices": {
      "ANDROID": 1,
      "IOS": 2
    }
  }
}