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

Headers

X-Valyx-Signature
string
required

Auth key for fetching ledger entries

X-Fields
string<mask>

An optional fields mask

Path Parameters

fee_component_id
string
required

Response

200 - application/json

Success

error
string
message
string
data
object[]