Skip to main content
GET
/
billing
/
feeComponent
/
{fee_component_id}
cURL
curl --request GET \
  --url https://api.valyx.com/billing/feeComponent/{fee_component_id} \
  --header 'X-Valyx-Signature: <x-valyx-signature>'
{
  "error": "<string>",
  "message": "<string>",
  "data": {
    "id": "<string>"
  }
}

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
required

Error message if the operation failed. Null if the operation was successful.

message
string
required

Informational message about the result of the operation.

data
object
required