Skip to main content
GET
Get price by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

product_id
string
required
id
string
required

Response

200 - application/json

Price model

id
string
required
unit
string
required

The unit in which the amount is billed.

Example:

"hour"

region
string
required

The region the price is specific to.

Example:

"us-east-1"

rate_type
string
required

The part of the product the price applies to. (compute, transfer, etc..)

Example:

"compute"

currency
string
required

The currency of the amount.

Example:

"USD"

amount
number
required

The amount of money this specific product price costs.

Example:

1.324

details
object
required

Service specific metadata.

Example: