Skip to main content
GET
/
billing
/
org
/
v1
/
products
/
{id}
Get a single Product
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>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

id
integer
required

Response

200 - application/json
id
integer
required
name_en
string
required
Maximum length: 255
internal_name
string
required
Maximum length: 25