Skip to main content
GET
Get product by ID

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Response

200 - application/json

Product model

id
string
required
category
string
required

The category of the cloud product

Example:

"compute"

name
string
required

The common name of the product.

Example:

"EC2"

service_id
string
required

A unique slug for the service the product belongs to.

Example:

"aws-ec2"

provider_id
string
required

A unique slug for the provider the product belongs to.

Example:

"aws"

details
object
required

An object of metadata about the product.

Example: