---
title: "Get the identified provider resource"
method: GET
path: "/providers/{id}"
tags: ["providers"]
---

# Get the identified provider resource

`GET /providers/{id}`

Will return the provider resource if the caller's account is authorized to view.

## Path parameters

- `id` string, required

## Response `200`

The call was successful.

- Provider
  - `created` string — An iso8601 formatted timestamp
  - `href` string — Resource identifier for the provider, must be a URL encoded string.
  - `name` string
  - `type` 'aliyun' | 'aws' | 'centurylink' | 'cloudsigma' | 'google' — Type of the cloud provider.
  - `links` ProviderAttributes — Provider attributes that represent cloud provider attributes and may be queried via the API.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
