NetworkActionDetailsApiAuditDetails

Details for API audit actions

  • changedFields
    Type: array string[] | null

    List of field names that were changed (e.g., ["email", "phone"]) Does NOT include field values for privacy/security.

  • idempotencyKey
    Type: null | string

    Idempotency key used for this request (if applicable)

  • importId
    Type: null | integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    Import ID if this action originated from a contact import batch

  • kind
    enum
    const:  
    audit
    values
    • audit
  • linkId
    Type: null | string

    For link actions: ID of the contact-company link that was created/deleted

  • oauthClientId
    Type: null | string

    OAuth client ID that triggered this action (if available)

  • operation
    Type: string

    Specific API operation: ContactCreated, ContactUpdated, ContactDeleted, etc.