---
title: "Get AWS external ID"
method: GET
path: "/api/integrations/aws/external-id"
tags: ["Integrations"]
---

# Get AWS external ID

`GET /api/integrations/aws/external-id`

Retrieves the AWS external ID for the account, used in IAM role trust policies

## Response `200`

Successfully retrieved external ID

- ExternalIdResponse
  - `externalId` string — AWS external ID for IAM role trust policy

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

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