---
title: "Promotion Hosts"
method: GET
path: "/promote/hosts"
tags: ["Promotions"]
---

# Promotion Hosts

`GET /promote/hosts`

Returns list of environments authorized for promotion
### Authorization Required:
  - Application Promote or Style Promote or Data Collections Promote

## Response `200`

Hosts Loaded

- object[]
  - `clientName` string — Target environment name
  - `clientLevel` string — Level of the environment (qa, uat, production, etc.)
  - `isProduction` boolean — Whether the host is a production environment or not NOTE: This will be true for preprod environments

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
