cURL
curl --request GET \ --url https://api.gcore.com/billing/org/v1/products/{id} \ --header 'Authorization: <api-key>'
{ "id": 123, "name_en": "<string>", "internal_name": "<string>" }
Retrieve a single Product by ID.
Product
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
255
25
Was this page helpful?