API Core - v1.5.0
    Preparing search index...

    Class APICallRequestData

    Structured log data for an outgoing API request.

    Hierarchy (View Summary)

    Index
    dataType: "API request" = 'API request'
    headers: unknown
    method?: string
    params: unknown
    requestData: unknown
    url?: string
    • Serializes the log data to indented JSON in the fixed key order, redacting every value through the injected vocabulary.

      Returns string

      The redacted, pretty-printed JSON log line.