Skip to main content
GET
/
billing
/
contract
/
feeComponent
/
ratecard
cURL
curl --request GET \
  --url https://api.valyx.com/billing/contract/feeComponent/ratecard \
  --header 'X-Valyx-Signature: <x-valyx-signature>'
{
  "error": "<string>",
  "message": "<string>",
  "data": [
    {
      "id": {},
      "contractId": {},
      "feeComponentId": {},
      "ratecardId": {},
      "tags": {},
      "createdBy": {},
      "status": {},
      "companyId": {}
    }
  ]
}

Headers

X-Valyx-Signature
string
required

Auth key for fetching ledger entries

X-Fields
string<mask>

An optional fields mask

Query Parameters

contractId
string
required
feeComponentId
string

Response

200 - application/json

Success

error
string
message
string
data
object[]