Skip to main content
GET
/
billing
/
org
/
v1
/
calc-rules
/
{id}
Get a single CalcRule
curl --request GET \
  --url https://api.gcore.com/billing/org/v1/calc-rules/{id} \
  --header 'Authorization: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "rule_type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Request successful.

id
integer
required
read-only
name
string
required
read-only
rule_type
string
required
read-only