cURL
curl --request GET \ --url https://app.miget.com/api/v1/components \ --header 'Authorization: <api-key>'
[ { "name": "<string>", "code_name": "<string>", "unit_price": 123 } ]
Returns all available resource components (extra RAM, CPU, disk) that can be added to compute resources.
Bearer token for authentication. Format: 'Bearer {token}'
List available components
Component name
Component code identifier
Price in cents per unit