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.
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"
}