v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Provider Accounts

Get Provider Account

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

get/v2/cloud-gateways/provider-accounts/{providerAccountId}

Path parameters

providerAccountIdstring uuid required
Example:929b2449-c69f-44c4-b6ad-9ecec6f811ae

The ID of the provider account to operate on.

Response

Response format for retrieving a provider account.

idstring uuid required
provider'aws' | 'azure' | 'gcp' required

Name of cloud provider.

provider_account_idstring required

ID of the cloud provider account.

created_atstring date-time required

An RFC-3339 timestamp representation of provider account creation date.

updated_atstring date-time required

An RFC-3339 timestamp representation of provider account update date.

Example response

{
  "id": "929b2449-c69f-44c4-b6ad-9ecec6f811ae",
  "provider": "aws",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}