Get price by ID
Prices
Get price by ID
Returns a price
GET
Get price by ID
Documentation Index
Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
Price model
The unit in which the amount is billed.
Example:
"hour"
The region the price is specific to.
Example:
"us-east-1"
The part of the product the price applies to. (compute, transfer, etc..)
Example:
"compute"
The currency of the amount.
Example:
"USD"
The amount of money this specific product price costs.
Example:
1.324
Service specific metadata.
Example:
{
"platform": "linux-enterprise",
"lifecycle": "on-demand"
}