---
title: "Get Provider Account"
method: GET
path: "/v2/cloud-gateways/provider-accounts/{providerAccountId}"
tags: ["Provider Accounts"]
---

# Get Provider Account

`GET /v2/cloud-gateways/provider-accounts/{providerAccountId}`

Retrieves a single provider account by ID, including the associated cloud provider and cloud account ID.

## Path parameters

- `providerAccountId` string, uuid, required

## Response `200`

Response format for retrieving a provider account.

- ProviderAccount — Object containing mapping for organization and cloud provider to account ID.
  - `id` string, uuid, required
  - `provider` 'aws' | 'azure' | 'gcp', required — Name of cloud provider.
  - `provider_account_id` string, required — ID of the cloud provider account.
  - `created_at` string, date-time, required — An RFC-3339 timestamp representation of provider account creation date.
  - `updated_at` string, date-time, required — An RFC-3339 timestamp representation of provider account update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b1ea6bd77dec/schema)
